Help for this page

Select Code to Download


  1. or download this
    "  KEY1 => 'VALUE1', \n   KEY2 => [ 'VALUE21',\n  'VALUE22'\n'VALUE23'
    + ]"
    
  2. or download this
    my $hashref=eval "{${s}}";
    if($@) {
    ...
      # Dump the data just read
      print("Key $_ has value ",$hashref->{$_},"\n") for keys %$s;
    }
    
  3. or download this
    KEY1 => 'abc THIS_LOOKS_LIKE_A_KEY_BUT_IS_NOT => \'uh-oh\' this might 
    +cause trouble'
    
    KEY2 => '.....'