Help for this page

Select Code to Download


  1. or download this
    package Bar;
    
    ...
    sub create_foo {
        return Foo::XXX->new(@_);
    }
    
  2. or download this
    use Bar;
    my $foo = Bar->create_foo;