Helloworld

Exporter
Helloworld
Summary
Helloworld
Functions
idlefuncThis routine is called automaticaly every 15 seconds
printHelloWorldThis routine gets the user and parameters as arguments and should return the string that should be printed.

Functions

idlefunc

sub idlefunc

This routine is called automaticaly every 15 seconds

printHelloWorld

sub printHelloWorld

This routine gets the user and parameters as arguments and should return the string that should be printed.  The name of this routine can be choosen free.

sub idlefunc
This routine is called automaticaly every 15 seconds
sub printHelloWorld
This routine gets the user and parameters as arguments and should return the string that should be printed.
Close