Help for this page

Select Code to Download


  1. or download this
    die "horribly" if $usr_str !~ /^(\{\w+\})+\z/;
    my $val = eval "\$xml->$usr_str";
    print $val;