Help for this page

Select Code to Download


  1. or download this
    perl -ne 'print $1,"\n" foreach /[name|id]="(\w+)/' myfile.txt
  2. or download this
    perl -ne 'print "$1\n" if /[name|id]="(\w+)/' myfile.txt