Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
    
    print "Lines with successes: $lines_with{success}";
    print "Lines with fails: $lines_with{fail}";
    
  2. or download this
    Lines with successes: 6
    Lines with fails: 3