Help for this page

Select Code to Download


  1. or download this
    LINE: while (defined($_ = <ARGV>)) {
        our(@F) = split(' ', $_, 0);
        $_ = @F;
    ...
    continue {
        die "-p destination: $!\n" unless print $_;
    }