Help for this page

Select Code to Download


  1. or download this
      DB<13> ${*STDIN}{goo} = 'ber'
    
    ...
       'goo' => 'ber'
    *  DB<19> x *STDIN{IO}
    0  IO::Handle=IO(0x97a5980)
    
  2. or download this
    *  DB<6> $s = \*Symbol::GEN1
      DB<7> x $s
    ...
    0  HASH(0x9d4ace8)
       'goo' => 'ber'
       'pea' => 'nut'