Help for this page

Select Code to Download


  1. or download this
    When i change the code from
    $cnf{$c}=$_;
    to 
    push @{$cnf{$c} }, $_;
    It doesn't work.
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print Dumper $cnf{Via};
    
    __END__