Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
        return $t;
    }
    
  2. or download this
    $ ./no_woes.pl
    [1564] STDIN:  TTY
    ...
    +----+-----------------+-------+
    |    | Total           |  57.9 |
    '----+-----------------+-------'
    
  3. or download this
    $ ./no_woes.pl | ./no_woes.pl
    [1566] STDIN:  PIPE
    ...
    +----+-----------------+-------+
    |    | Total           |  57.9 |
    '----+-----------------+-------'
    
  4. or download this
    $ ./no_woes.pl | ./no_woes.pl | ./no_woes.pl
    [1568] STDIN:  PIPE
    ...
    +----+-----------------+-------+
    |    | Total           |  57.9 |
    '----+-----------------+-------'
    
  5. or download this
    c:\cygwin64\home\ken\tmp\pm_11151991_io_select>perl no_woes.pl
    [1292] STDIN:  TTY
    ...
    +----+-----------------+-------+
    |    | Total           |  57.9 |
    '----+-----------------+-------'