Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;  #at the start of the script
    ...
    
    print Dumper(\$database,\$nextfield,\@fields); 
    $result{$database}{next}= $nextfield; $result{$database}{fields}= \@fi
    +elds; #<--- the problematic line