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