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