Perl: Difference between revisions
From Hackepedia
Jump to navigationJump to search
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; |
(No difference)
|
Revision as of 21:29, 22 May 2007
Whenever you are writing a perl script, it is good practice to use the following:
#!/usr/bin/perl -w use strict; use English;