in reply to Re: eval warnings
in thread eval warnings

So running it with the debugger the warning is a bit more useful:
Use of uninitialized value in pattern match (m//) at (eval 67)[/usr/li +b/perl5/5.8.3/CGI.pm:773] line 4, <> chunk 1
It seems the object I am calling requires a file that uses in another object that uses CGI is there a way I can disable warnings just aoround this code?