Help for this page

Select Code to Download


  1. or download this
    My home directory contains these files:-
    08-1.txt
    08-2.txt
    09-1.txt
    09-2.txt
    
  2. or download this
    i have an array
    @files = ("08","09");
    
  3. or download this
    foreach $file (@files) 
    {
    ...
    print @command;
    system("/usr/bin/perl hash.pl $file");
    }
    
  4. or download this
    Content of hash.pl
    
    ...
        print $data{$key};
    }
    
  5. or download this
    value of @command array after the first iteration of @files
    is
    ...
    can anyone please help?