Help for this page

Select Code to Download


  1. or download this
    my $files_to_send = map {"$stage/$_.pdf"} @{$self->_getGood()};
    print map {"$_\n"} @{$files_to_send};
    
  2. or download this
    
    Can't use string ("6") as an ARRAY ref while "strict refs" in use at M
    +oduleName.pm line 136.
    
  3. or download this
    
    sub _getGood {
    ...
        return @{$self->{_good}};    
    }
    
  4. or download this
    
    $VAR1 = [
    ...
              'C21617783'
            ];