|
|
|
| Top White Papers
Current Newswire:
dotcomma.org: Introduction to Perl and CGI: Getting Your First Program to RunJan 02, 2000, 16:00 (3 Talkback[s])(Other stories by Adam Berlinsky-Schine) "Writing and Running your first Perl Program. #!/usr/bin/perl" "This basically tells the computer that this is a Perl program. That line points the program to the Perl interpreter, the program that makes your Perl program into a program that can be executed. So all you need to know right now is that the first line of your programs are most likely going to be #!/usr/bin/perl. The -w switch is available if you want Perl to warn you of possible errors..." Related Stories:
0 Talkback[s]
(click to add your comment)
|