Help for this page

Select Code to Download


  1. or download this
    my ($file_listing_pcs) = @ARGV;
    
    ...
      # munge it about
      return($data_ref);
    }
    
  2. or download this
    my @pids;
    while (<$file>) {
    ...
     $_->join for @pids;
    
    #data profit?