Example:

sub status {
    print "working";
}

Or:

sub status {
    return "working";
}


Created by Maruku at 23:15 on Friday, January 05th, 2007.