Help for this page

Select Code to Download


  1. or download this
    [rrr]$ cat /tmp/test_storable_shared.pl
    #!/usr/bin/perl
    ...
    printf "%s => %s\n", $_, $href_2->{$_}  for keys %$href_2;
    
    [rrr]$
    
  2. 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]$
    
  3. or download this
    [rrr]$ cat /etc/redhat-release
    Red Hat Enterprise Linux Server release 7.9 (Maipo)
    [rrr]$
    
  4. or download this
    [rrr]$ perl -V
    Summary of my perl5 (revision 5 version 16 subversion 3) configuration
    +:
    ...
        /usr/share/perl5
        .
    [rrr]$