Perl

From Hackepedia
Revision as of 22:29, 22 May 2007 by Franks (talk | contribs) (New page: Whenever you are writing a perl script, it is good practice to use the following: #!/usr/bin/perl -w use strict; use English;)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Whenever you are writing a perl script, it is good practice to use the following:

#!/usr/bin/perl -w
use strict;
use English;