Help for this page

Select Code to Download


  1. or download this
    my $self = shift;
    my %hash = @_;
    
  2. or download this
    mysub(name => 'foo', number => 'three');
    mysub('foo', undef, undef, undef, 'three');