in reply to Detect undefined subroutines
~/info> perl -Mstrict -c -e 'foo()' -e syntax OK ~/info> perl -Mstrict -c -e 'foo' Bareword "foo" not allowed while "strict subs" in use at -e line 1. -e had compilation errors.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Detect undefined subroutines
by ihb (Deacon) on Sep 18, 2004 at 20:57 UTC |