Help for this page

Select Code to Download


  1. or download this
    use Data::Diver qw( DiveRef );
    
    ...
       my $ref = DiveRef( $data, map \$_, @keys );
       $$ref = [ split ' ', $val ];
    }