Help for this page

Select Code to Download


  1. or download this
    my $X = tie my %hash, 'DB_File', $filename;
    my ($key, $value);
    for (
    ...
    ) {
        ...
    }