in reply to
changes between Perl v5.00? to v5.6
one 'oops': the line after
eval "require $package";
should read:
&error( "No such package: $package ? ($! $@)" ) if( $@ );
(I left out the IF part in my first posting)
Comment on
Re: changes between Perl v5.00? to v5.6
Select
or
Download
Code
In Section
Seekers of Perl Wisdom