Help for this page

Select Code to Download


  1. or download this
    use Tie::File;
    
    ...
            split;
            print $_[1]; # = AWK's $2
    }
    
  2. or download this
    awk '/42/ {print $2}' defines.h