Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    use strict;
    ...
    SOAP::Transport::HTTP::CGI
      -> dispatch_to( '/var/www/localhost/cgi-bin/soap_modules' )
      -> handle;
    
  2. or download this
    #! /usr/bin/perl -w
    use strict;
    ...
    print $soap->formal( $greeter )->result;
    
    __END__
    
  3. or download this
    package Greeter;
    use strict;
    ...
    }
    
    1;
    
  4. or download this
    Denied access to method (formal) in class (Greeter) at /usr/lib/perl5/
    +site_perl/5.8.2/SOAP/Lite.pm line 2267.