Help for this page

Select Code to Download


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