Help for this page

Select Code to Download


  1. or download this
    my (
        $self, 
        #@type Foo::Bar
    ...
        #@type Foo::Baz
        $foobaz
    ) = @_;
    
  2. or download this
    #@returns Some::Class
    #@arg $arg1 Foo::Bar    # some description
    #@arg $arg2 Foo::Baz    
    ...
    sub somesub{
        my ($self, $arg1, $arg2, $arg3, %args) = @_;
    }
    
  3. or download this
    #@arg [$var1 HashRef[Foo::Bar]] # description
    or
    #@arg optional $var1 HashRef[Foo::Bar] # description
    or 
    #@oarg $var1 HashRef[Foo::Bar] # description