NAME
	perror - print error

SYNTAX
	void perror(string s);

DESCRIPTION
	Print a message to stderr. Stderr is normally the console, even if
	the process output has been redirected to a file or pipe.

	
