RE: How to check the return status?

2001-12-17 Thread Stathy Touloumis
i V. Alexandrov [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 17, 2001 9:45 AM > To: [EMAIL PROTECTED] > Subject: How to check the return status? > > > Hello everyone, > > I have a question that i can not resolve. The module dynamicaly > loads other modules to ha

How to check the return status?

2001-12-17 Thread Alexei V. Alexandrov
Hello everyone, I have a question that i can not resolve. The module dynamicaly loads other modules to handle specific urls like this: [snip] my $handle = 'My::Module'; eval { (my $h = $handle) =~ s!::!/!ig; require $h . ".pm";