Help for this page

Select Code to Download


  1. or download this
    # wc baseline output for comparison:
    ~$ wc perl_wc.pl pyth_wc.py large.txt 
    ...
    ~$ cat perl_wc.pl pyth_wc.py |./perl_wc.pl 
         44     154    1165 -
    
  2. or download this
    #!/usr/bin/python
    import sys
    ...
        }
    }
    printf "%7d %7d %7d total\n",$Tlines,$Twords,$Tbytes if $total;