Help for this page

Select Code to Download


  1. or download this
    foreach (@w) {
      print "working with $_... ";
    ...
      elsif (/\|\s*$/            ) { print "pipeend\n"                  }
      else                         { print "\n"                         }
    }