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