Help for this page

Select Code to Download


  1. or download this
    #/bin/perl/
    
    use strict;
    ...
    foreach (@array) {
      system "tar -tvf $results\/$_";
    }
    
  2. or download this
    /home/user/results/results_back.tar.gz  (my comment -> that's the ls c
    +ommand output, so it is finding one tar.gz file, I only have one for 
    +now)
    tar: 0: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now