Help for this page

Select Code to Download


  1. or download this
    my $var = {A => 1}; 
    my $string = "$var"; 
    print Dumper $string;
    
  2. or download this
    $VAR1 = 'HASH(0x81b2818)'