Help for this page

Select Code to Download


  1. or download this
    echo stuff | perl -ne '$x=shift; print "x=$x\n"' - myarg
    
  2. or download this
    cat stuff | perl -ne '$x=shift; print "x=$x\n"; print "<>=$_"' - myarg
    + myarg2 stuff
    
  3. or download this
    x=myarg
    <>=foo
    ...
    <>=foo
    x=
    <>=bar