Help for this page

Select Code to Download


  1. or download this
    print "Query: $line" if ($line =~ /\S/);
  2. or download this
    next unless ($line =~ /\S/);
    print "Query: $line";