Help for this page

Select Code to Download


  1. or download this
    open(T,"$ARGV[0]");
    foreach(@_=<T>){/$ARGV[1]/?print@_[$c..$ARGV[2+$c],exit:$c++}
    close(T)
    
  2. or download this
    perl -ne "print((<>)[0..3])if/ou/" test.txt