Help for this page

Select Code to Download


  1. or download this
    while (defined($_ = <ARGV>)) {
        print $_;
        print "adding value=key\n" if $. == 3;
    }