Example:

    1. sub status {
    2. print "working";
    3. }

    Or:

    1. sub status {
    2. return "working";
    3. }