Help for this page

Select Code to Download


  1. or download this
        package MyApp::Universal;
    
    ...
                return;
            }
        }
    
  2. or download this
        $obj->deref(qw(foo bar baz));
    
  3. or download this
        $obj~>foo~>bar~>baz;
    
  4. or download this
        $href~>{foo}~>[$bar]~>{baz};