Help for this page

Select Code to Download


  1. or download this
    LINE: while (defined($_ = <ARGV>)) {
        chomp $_;
    
  2. or download this
    our(@F) = split(' ', $_, 0);
        next unless @F;