Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

XML-RPC in a CGI::Application

by jaldhar (Vicar)
on Aug 31, 2004 at 05:17 UTC ( [id://387106]=sourcecode: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $difference = $result->{'difference'};
    
    print "The square of $number is $square.\n";
    
  2. or download this
    package Square;
    use base 'CGI::Application';
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl -T
    use warnings;
    ...
    
    my $square = Square->new();
    $square->run();
    
  4. or download this
    <html>
      <head>
    ...
        <!-- /TMPL_IF -->
      </body>
    </html>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: sourcecode [id://387106]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (7)
As of 2024-04-18 16:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found