in reply to Re: Telling require "I've handled it"
in thread Telling require "I've handled it"
(it's the default system perl from latest Ubuntu) your example doesn't seem to be working for me:This is perl, v5.10.1 (*) built for i686-linux-gnu-thread-multi (with 40 registered patches, see perl -V for more detail)
$ perl -E 'use lib sub {say "Using $_[1]"; sub {$_ = "1;"; 0}}, sub {d +ie}; use Blah; say "Hi!";' Using Blah.pm Blah.pm did not return a true value at -e line 1. BEGIN failed--compilation aborted at -e line 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Telling require "I've handled it"
by JavaFan (Canon) on Nov 01, 2010 at 10:36 UTC |