Hi,

 

I have the following code :

 

eval{

         require "file" or die "unable to find file";

        };

        print "$@";

 

But it always prints "Can't locate file in @INC. blah blah "

 

I want $@ to contain "unable to find file". What am I doing wrong or it is
not possible to override [EMAIL PROTECTED]

 

Thanks,

Ankur

Reply via email to