Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
           print "Filetype $1, reason $2 has a count of $count{$_}\n";
         }
      }
    
  2. or download this
    use strict;
    
    ...
      my $html = $file=~s/\.html 200//g;
      print "Count of HTML 200 is $html\n";
    }