Help for this page

Select Code to Download


  1. or download this
     
    #
    # TEST RUN #
    #
    # perl test2.pl | perl  test2.pl
    ## PRINTS NOTHING !!!
    
  2. or download this
    # perl test2.pl | perl -d  test2.pl
    
    ...
    +----+-----------------+-------+
    |    | Total           |  57.9 |
    '----+-----------------+-------'
    
  3. or download this
    ## test2.pl
    #
    ...
     
      print STDOUT $t ."\n";
    }