Help for this page

Select Code to Download


  1. or download this
    system_prompt>my_script.pl $file1
    system_prompt>my_script.pl $file2
    
  2. or download this
    
    my $file1 = 'extracted/file1;
    ...
    
    my $file2 = 'extracted/file2;
    sub infile(file2);  #will this be sent to ARGV[0] as well after the fi
    +rst file?