A program that uses the -l option. : Perl Command « Language Basics « Perl
- Perl
- Language Basics
- Perl Command
A program that uses the -l option.
#!/usr/local/bin/perl -l014
print ("Hello!");
print ("This is a very simple test program!");
Related examples in the same category