Help for this page

Select Code to Download


  1. or download this
    Foo::Bar->new(-baz => 1, -moo => 2);
    
  2. or download this
    Foo::Bar->new(
              -baz => 1, 
              -moo => 2
    );