- or download this
print Dumper $re->directoryCategory();
...
'specialEncoding' => ''
}, 'DirectoryCategory' );
- or download this
foreach my $dc ( %{ $re->directoryCategory() } ) {
print $dc->fullViewableName()."\n" ;
}
- or download this
use warnings;
use strict;
...
}