in reply to
Re^2: use dirty .pm
in thread
use dirty .pm
In your example, $doxydocs is in fact empty, but $a is not. Try
print Dumper($a)."\n";
Comment on
Re^3: use dirty .pm
Download
Code
In Section
Seekers of Perl Wisdom