On Wednesday, August 21, 2002, at 05:34 , Bob Showalter wrote: [..] > > Check for DOS line endings (CR/LF) on the script. Perl won't care, but the > kernel will kvetch if it sees > > #!/usr/bin/perl^M >
the really scary part is that had it been say #!/usr/bin/perl -w^M perl would have munched it up and had no problem... so even though with perl 5.6.0 we can use warnings I still like that -w flag out there.... ciao drieux --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]