Help for this page

Select Code to Download


  1. or download this
    sub CreateSession {
        my ($user, $password) = @_;
    ...
    
        return my_new_session_id($user, $password);
    }
    
  2. or download this
    sub foo {
        my ($session_id) = @_;
    ...
    
        return 'foo';
    }