Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    {
        print "$1\n" if $string =~ / = \s* ([0-9.]+) \[ /x;
    }
    
  2. or download this
    16:59 >perl 1906_SoPW.pl
    90
    33.56
    
    17:03 >