Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
$ perltidy < temp.pl #!/usr/bin/perl -- =head1 HASHBANG ## Please see file perltidy.ERR #!/usr/bin/perl -- =cut print "hi\n"; __END__ $ cat perltidy.ERR 5: Hash-bang in pod can cause older versions of perl to fail! $
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Hash-bang in pod can cause older versions of perl to fail
by FunkyMonk (Chancellor) on Apr 01, 2010 at 20:08 UTC | |
Re: Hash-bang in pod can cause older versions of perl to fail
by crashtest (Curate) on Apr 01, 2010 at 18:52 UTC | |
Re: Hash-bang in pod can cause older versions of perl to fail
by Khen1950fx (Canon) on Mar 31, 2010 at 22:03 UTC | |
by Anonymous Monk on Mar 31, 2010 at 22:08 UTC |