1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> 2<html> 3<head> 4<meta name="generator" content= 5"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org"> 6<title></title> 7</head> 8<body> 9<blockquote> 10<p>Example:</p> 11<pre> 12<code>sub status { 13 print "working"; 14} 15</code> 16</pre> 17<p>Or:</p> 18<pre> 19<code>sub status { 20 return "working"; 21} 22</code> 23</pre></blockquote> 24</body> 25</html> 26