DreamT has asked for the wisdom of the Perl Monks concerning the following question:
my ($anrop, @argument) = @_; $server_url = 'http://url'; $server = Frontier::Client->new('url' => $server_url, 'encoding' => 'ISO-8859-1'); $result = $server->call($anrop, @argument); print "Completed!"; # Result handling.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Frontier::Client - script quits on error respons
by Eliya (Vicar) on Feb 18, 2011 at 14:48 UTC | |
by DreamT (Pilgrim) on Feb 21, 2011 at 14:16 UTC | |
by Eliya (Vicar) on Feb 21, 2011 at 14:40 UTC | |
by Anonymous Monk on Apr 27, 2011 at 16:02 UTC | |
by vadim (Initiate) on Apr 27, 2011 at 16:11 UTC |