Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
          my $fn = <>;  ##### File 1 is the input.
    
          open(FH, "$fn") || die "Cannot open file";
    
  2. or download this
        my $one_number = $numbers[$hashtable{$name} - 1]; ### Error warnin
    +g in this line
    ...
    
            print "$name $hashtable{$name} $one_number\n";  ### Error warn
    +ing in this line
    
  3. or download this
    say "<$name>" unless exists $hashtable{$name};
    
  4. or download this
    say map {my $_=$_; s/([^[:print:]])/sprintf '\\%03o', $1/ge; "<$_>"} $
    +name
      unless exists $hashtable{$name};