Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print "$_\t" for @$line_ref;
        print "\n";
    }
    
  2. or download this
    $ perl table.pl
    1.00    InDev   01-Jun-2013
    ...
    1.01    InDev   01-Jul-2013
    2.00    InDev   01-Aug-2013
    3.00    InDev   01-Sep-2013