Help for this page

Select Code to Download


  1. or download this
    use threads;
    use threads::shared;
    ...
    
    my $z = Clone::clone($x);
    print Dumper($z);
    
  2. or download this
    Can't locate object method "FETCH" via package "threads::shared::tie" 
    +at C:/Perl/site/lib/Data/Dumper.pm line 190.