Help for this page

Select Code to Download


  1. or download this
    class Foo {
      field $x :param = 0;
    ...
    }
    
    my $foo = Foo->create( x => $x, y => $y ) or do_some_error_handling();