Help for this page

Select Code to Download


  1. or download this
    {
       use Data::Dumper qw( );
    ...
       local $Data::Dumper::Indent = 0;
       print(Data::Dumper::Dumper($line), "\n");
    }