Help for this page
$ cat > pm_1195740_bad_shebang.pl #!/user/bin/perl ... $ pm_1195740_good_shebang.pl Hello, world! $
$ chmod -x pm_1195740_good_shebang.pl $ pm_1195740_good_shebang.pl ... $ ../pm_1195740_good_shebang.pl -bash: ../pm_1195740_good_shebang.pl: No such file or directory $
#!/usr/bin/env perl