Help for this page

Select Code to Download


  1. or download this
    my $code_to_eval = ( defined $self->{$key}{path} )
                     ? '$tmp_record{' . join( '}{', (@{$self->{$key}{path}
    +},$key) ) . '} = $value'
    ...
    
    eval $code_to_eval or warn @_;
    
  2. or download this
    csResource::Registry=HASH(0x1a6f03c)