- or download this
[rrr]$ cat /tmp/test_storable_shared.pl
#!/usr/bin/perl
...
printf "%s => %s\n", $_, $href_2->{$_} for keys %$href_2;
[rrr]$
- or download this
[rrr]$ /tmp/test_storable_shared.pl
Can't locate object method "FETCH" via package "threads::shared::tie"
+at /tmp/test_storable_shared.pl line 18.
[rrr]$
- or download this
[rrr]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.9 (Maipo)
[rrr]$
- or download this
[rrr]$ perl -V
Summary of my perl5 (revision 5 version 16 subversion 3) configuration
+:
...
/usr/share/perl5
.
[rrr]$