Help for this page

Select Code to Download


  1. or download this
    using System;
    using System.Web.Services;
    ...
               Console.WriteLine(foo.HelloWorld());
       }
    }
    
  2. or download this
    #! /usr/bin/perl
    use strict;
    ...
      -> dispatch_to( 'Hello')
      -> handle;
    
  3. or download this
    package Hello;
                                                                          
    +          
    sub HelloWorld
    ...
    }
                                                                          
    +          
    1;