- or download this
#!/usr/bin/env perl
...
$serial_data_for->@{@keys} = @vals;
store($serial_data_for, $hashfile);
- or download this
#!/usr/bin/env perl
...
$serial_data_for->@{@keys} = @vals;
store($serial_data_for, $hashfile);
- or download this
ken@titan ~/tmp
$ rm pm_11148149_storable_first_run.sto
...
ken@titan ~/tmp
$
- or download this
sub DoIHaveThisData {
my ($hash, $key) = @_;
return exists $hash->{$key};
}