in reply to Re^2: Detect undefined subroutines
in thread Detect undefined subroutines
Tested with Perl 5.8.4.tilly@(none):~$ perl -ce 'use strict; *foo->()' -e syntax OK tilly@(none):~$ perl -e 'use strict; *foo->()' Undefined subroutine &main::foo called at -e line 1.
UPDATE I see, my oversight.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Detect undefined subroutines
by ihb (Deacon) on Sep 18, 2004 at 20:42 UTC |