Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {                                  
              'block1' => {
    ...
                                      },
                          },
            };
    
  2. or download this
    if(!defined $hash_ref->{$block}->{$libName}) {
                 print "This is a test\n";
    }
    
  3. or download this
    $VAR1 = {
              'block1' => {
    ...
              'block3' => {},
            };