Help for this page

Select Code to Download


  1. or download this
    chomp($f = <>);
    $input{$f}++;
    
  2. or download this
    chomp($f = <>);
    if ( $input{$f} ) {
       blah;
    }