blob: 3b188dd4d50677883c8b450442c50863dec3ac9c [file] [log] [blame]
>Example:
>
> sub status {
> print "working";
> }
>
> Or:
>
> sub status {
> return "working";
> }