Help for this page

Select Code to Download


  1. or download this
      *Bar:: = \*Foo:: ;
    
  2. or download this
    package Foo ;
    
    ...
      $bar->test(456) ;
      print "$bar\n" ;
    
  3. or download this
    TEST> [Foo=HASH(0x1a4ece4) 123]
    Foo=HASH(0x1a4ece4)
    TEST> [Foo=HASH(0x15d53dc) 456]
    Foo=HASH(0x15d53dc)