16 lines
186 B
Plaintext
16 lines
186 B
Plaintext
|
<blockquote>
|
||
|
<p>Example:</p>
|
||
|
|
||
|
<pre><code>sub status {
|
||
|
print "working";
|
||
|
}
|
||
|
</code></pre>
|
||
|
|
||
|
<p>Or:</p>
|
||
|
|
||
|
<pre><code>sub status {
|
||
|
return "working";
|
||
|
}
|
||
|
</code></pre>
|
||
|
</blockquote>
|