Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    %value = split /[:\ ]/,$var;
    
    for (keys %value) { print "$_\t:$value{$_}\n"; }
    
  2. or download this
    yyy    :54321
    xxx    :12345
    zzz    :13245