Help for this page

Select Code to Download


  1. or download this
    # include_file.pl
    
    ...
    my $var_ref = do { no strict 'refs'; \${$test} };
    
    $$var_ref = $default_value;