Help for this page

Select Code to Download


  1. or download this
      DB<158> %h=();
    
    ...
    
      DB<163> $h{a}{b}[2]{c}->$cycle(3);                   \%h
     => { a => { b => [undef, undef, { c => 0 }] } }
    
  2. or download this
      DB<100> $a=5
     => 5
    
      DB<101> $a->inc
    Can't call method "inc" without a package or object reference
    
  3. or download this
    'literal string'.match(/string/)
    
  4. or download this
      push @newelements, @{ $a{blossom}{caterpillar}{$loopvalue}[CONSTANT]
    +{Iforgot}  }
    
  5. or download this
      a["blossom"]["caterpillar"][loopvalue][CONSTANT]["Iforgot"].push(ele
    +ments).shift()