in reply to using -w breaks simple script
$ cat -v xx #!/usr/bin/perl -w^M print "test\n"; $ /opt/perl/5.005_02/bin/perl xx on #! line at xx line 1. $ /opt/perl/5.6.0/bin/perl xx test
So, either upgrade, or remove the ^M character.
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: using -w breaks simple script
by belg4mit (Prior) on Oct 15, 2003 at 20:53 UTC |