最新服务器上的版本,以后用这个
edit | blame | history | raw

Example:

sub status {
    print "working";
}

Or:

sub status {
    return "working";
}