- or download this
#!/usr/bin/perl
print "hello\n";
- or download this
$ perl script.pl
- or download this
#!/some/weird/line/containing/perl
print "hello\n";
- or download this
#!/usr/local/bin/python
print "python!"
- or download this
$ perl script.py
- or download this
#!Some Weird Comment
print "perl!";
- or download this
$ perl script.pl
Can't exec Some at t1 line 1.