Example:

sub status {
    print "working";
}

Or:

sub status {
    return "working";
}
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<blockquote>
<p>Example:</p>
<pre>
<code>sub status { print "working"; } </code>
</pre>
<p>Or:</p>
<pre>
<code>sub status { return "working"; } </code>
</pre>
</blockquote>