Help for this page

Select Code to Download


  1. or download this
    my %result = map {split /\|/} <FILE>;
    
  2. or download this
    use strict;
    use warnings;
    ...
       };
    
    print Data::Dumper->Dumpxs( [ \ %stuff ], [ q{*stuff} ] );
    
  3. or download this
    [johngg@ovs276 perl]$ cat spw708412.dat 
    abc|123
    ...
               'abc' => '123'
             );
    [johngg@ovs276 perl]$