Help for this page

Select Code to Download


  1. or download this
    ./leg.pl `mineng.pl |grep "This was in file"|awk '{print $5}'`
    
  2. or download this
    my $minfilename = shift; # = $ARGV[0];
    :
    ...
    if($f eq $minfilename){
     #store values to substract them later
    }
    
  3. or download this
    my $minfilename = `grep "This was in file" min.txt|awk '{print $5}'`;