<p>> Example: > > sub status { > print "working"; > } > > Or: > > sub status { > return "working"; > }</p>
info at phpclasses dot org