Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # file grep.pl
    ...
            $found = '';
        }
    }
    
  2. or download this
    $ perl grep.pl AAA XXX example.txt
    
  3. or download this
      1 YYY
      2 first AAA
    ...
     14 blorflydick
     15 XXX
     16 fourth AAA
    
  4. or download this
    example.txt: '  5 second AAA'
    example.txt: ' 10 third AAA'