Help for this page

Select Code to Download


  1. or download this
    my $inFH;
    
    ...
      say "input  is $instr";
    
    }
    
  2. or download this
    my $instr;
    if ( defined($infile) ) {
    ...
      say "input  is $instr";
    
    } else { die "sorry, you did not specify an input either via a file or
    + via [other ways of specifying an instr] " }