/rules - teleports you to the introductory Rules Hall. Cooldown of 1 minute, shared with all teleportation commands. /st station - Used in the Freedonia Railway System to select the station you want to travel to. /follow - When used on a teleport trail, teleports you to where the trail...
There are some commands where the machine value must be provided on the command line (logstart is an example); the value does not appear as an argument to the -m option. Once set, a default remains in effect until the session is ended, unless changed by another default command. Defaults...
Forced unlock denied on "x" No write permission in the directory where lockfile "x" resides, or more than one lockfile trying to force a lock at exactly the same time. Forcing lock on "x" Lockfile "x" is going to be removed by force because of a timeout (com- pare LOCKTIMEOUT in...
tbl_name is the database table you want to check or repair. If you run myisamchk somewhere other than in the database directory, you must specify the path to the database directory, because myisamchk has no idea where the database is located. In fact, myisamchk does not actually ...
The nth element of this array holds the offset of the nth submatch, so $+[1] is the offset past where $1 ends, $+[2] the offset past where $2 ends, and so on. You can use $#+ to determine how many subgroups were in the last successful match. See the examples given perl v...
Import the "cls" function (or the ":screen" tag): use Term::ANSIScreen qw(cls); my $clear_screen = cls(); print $clear_screen; The "Term::Cap" module can also get the special sequence if you want to deal with the low-level details of terminal control. The "Tputs" method ...