Help for this page

Select Code to Download


  1. or download this
    <program>
    <function name="hello" prototype="">
    ...
    </argument></call></function>
    <call function="hello"></call>
    </program>
    
  2. or download this
    #!/usr/bin/perl
    sub hello { print "Hello world\n" }
    hello();