Help for this page

Select Code to Download


  1. or download this
    use Foo;  # defines Foo::new() among others
    sub Foo { "Oh no, Mr. Bill!" }
    $x = new Foo::;