Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl  -s
    
    ...
    
        do_write;
    }
    
  2. or download this
    #!/bin/perl -n
    
    print length($_), "\n";
    print;