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