Help for this page

Select Code to Download


  1. or download this
    while (<>) {
  2. or download this
    while (defined($_ = <>)) {
  3. or download this
    if (/foo/) {
  4. or download this
    if ($_ =~ /foo/) {