Help for this page

Select Code to Download


  1. or download this
    sub foo {
        my $self = shift;
    ...
    
        do_something() if $args{jam_on_it};
    }
    
  2. or download this
        my %args    = validate(@_, {
            search_text     => { type => SCALAR },
            my_customer_id  => { type => SCALAR },
        });