in reply to Re: RPC::XML error
in thread RPC::XML error
Why would a deamon (server) be a replacement for a client?
Is the last line garbage (never executed), or is that code the same as
#!/usr/bin/perl use strict; use warnings; sub sum { my @args = (9, 9); print "The numbers to be added are: @args\n"; return $args[0] + $args[1], "\n"; } print "The sum is: ", sum(), "\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: RPC::XML error
by Aishu (Initiate) on Mar 25, 2010 at 07:16 UTC | |
by ikegami (Patriarch) on Mar 25, 2010 at 07:19 UTC | |
by ikegami (Patriarch) on Mar 25, 2010 at 07:24 UTC | |
by Aishu (Initiate) on Mar 25, 2010 at 07:38 UTC | |
by Aishu (Initiate) on Mar 25, 2010 at 09:48 UTC | |
by ikegami (Patriarch) on Mar 25, 2010 at 18:19 UTC |