Help for this page

Select Code to Download


  1. or download this
        new Foo;
    
  2. or download this
        &new ('Foo');   # Calling new in the current package
    
  3. or download this
        Foo -> new ();  # Calling new in Foo, or a parent class