Help for this page

Select Code to Download


  1. or download this
        Methods => {
            'New' => {                        RetType => VT_DISPATCH,
    ...
                    },
                    
    },  # end of 'Methods'
    
  2. or download this
    sub readDirectory
    {
    ...
     return \%rlist;
    }
    
  3. or download this
     my $Lista = $obj->readDirectory("txt");
        %List = %$Lista; ???????????????????????????