Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    # now call the login (?) method on the remote service
    # I am assuming the method you are attempting is Login
    my $tab = $service->call('Login' => @params_to_login);