in reply to Re^2: How can I catch a failure of use?
in thread How can I catch a failure of use?
Hi,
you just have to mimic what Perl does itself:
perl -le "BEGIN { require Devel::Peek; Devel::Peek->import('Dump') } D +ump 2"
Regards
McA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How can I catch a failure of use?
by syphilis (Archbishop) on Oct 15, 2014 at 00:20 UTC |