- or download this
This is perl, v5.10.0 built for MSWin32-x86-multi-thread
(with 3 registered patches, see perl -V for more detail)
- or download this
#!/usr/bin/perl
#create the Storable file
...
store(\%sigs, 'z1.bin') or die "Can't store %a in z1.bin !\n";
print Dumper \%sigs;
exit;
- or download this
#!/usr/bin/perl
#read the Storable file
...
1_Friday = Friday
2_random = [Rr]andom
3_catch any = .*
- or download this
C:\Perl_5_10\play>..\bin\perl store.pl
$VAR1 = {
...
'2_random' => qr/Regexp=SCALAR(0x1a7c90c)/,
'1_Friday' => qr/Regexp=SCALAR(0x1c47c7c)/
};