in reply to Re^3: return if 0in thread return if 0
sub test { print "in test!"; return if 0; } [download]