in reply to RE: RE: mybooks.pl (or or )
in thread mybooks.pl
#!/usr/bin/perl $FOO="/etc/passwd"; open FOO || die "Argh: $!\n";
Running with -w like a good boy produces even more useful output:nooky:~$ ./foo.pl Precedence problem: open FOO should be open(FOO) at ./foo.pl line 3.
nooky:~$ ./foo.pl Precedence problem: open FOO should be open(FOO) at ./foo.pl line 3. Probable precedence problem on logical or at ./foo.pl line 3.
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: RE: RE: RE: mybooks.pl (or or )
by tye (Sage) on Aug 11, 2000 at 16:59 UTC |