Help for this page

Select Code to Download


  1. or download this
    my %test_hash = do 'File_a.pl';
    
    ...
    {
        print "$test_hash{$_}\n";
    }