in reply to Re: simple Perl script template
in thread simple Perl script template

Thanks roboticus. I have updated the script from :
say $fh "#!/usr/bin/perl env";
to:
say $fh "#!/usr/bin/env perl";
8^)