Help for this page

Select Code to Download


  1. or download this
    my $url = createReturnURL ( session => $session,
                                host    => $host,
                                params  => \@params );
    
  2. or download this
    sub createReturnURL {
        my %argument = @_;
    ...
        }
        # more code here
    }