|
|
First Line of Perl Code - Perl
|
Views : 109
|
|
Tagged in : Perl
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
First Line of Perl Code
The first line of a perl program should contain the path location where perl is to be found on your system.
#!/usr/bin/perl
You can add the -w switch to provide extra warning messages.
#!/usr/bin/perl -w |
|
By Geethalakshmi, On - 2010-09-17 |
|
|
|