Help for this page

Select Code to Download


  1. or download this
    struct archive_e      => {
        name           => '$',
    ...
        file_group     => '$',
        vsn            => '$'
    };
    
  2. or download this
               $newp = archive_e->new();
               $newp->criteria($pdirective);
    ...
               push(@ap, $newp);<-------Where it goes south?
               print "ap array starts here\n";
               print Dumper @ap;
    
  3. or download this
    $VAR1 = bless( {
                     'archive_e::regex' => [
    ...
                     'archive_e::vsn' => 'root/SteveMusic',
                     'archive_e::file_owner' => 'ANY'
                   }, 'archive_e' );
    
  4. or download this
    $VAR1 = bless( {
                     'archive_e::regex' => [
    ...
                     'archive_e::vsn' => 'root/Video',
                     'archive_e::file_owner' => 'ANY'
                   }, 'archive_e' );