Help for this page

Select Code to Download


  1. or download this
    #main.pl
    Request::method($a, @b);
    
  2. or download this
    package Request;
    method($$)
    {
    my ($a1, @b1) = @_;
    }