Help for this page

Select Code to Download


  1. or download this
    while(<>) {
        chomp;
        push(@{$para{$_}}, $ARGV);
    }
    
  2. or download this
    chomp,push(@{$para{$_}}, $ARGV) for (<>);