Help for this page

Select Code to Download


  1. or download this
        # P5
        print $foo{bar}.baz();   # bar entry of %foo, 
                                 # then concat result of baz()
    
  2. or download this
        # P6
        print $foo{bar}.baz();   # call baz() method on
                                 # bar entry of %$foo