[<<]Back to the programming manual

HTTPi Programming Manual: Inline Perl Sample 2

Groovy show, wasn't it? Movie sucked, though.

Here was the code that HTTPi executed:

	if ($variables eq 'yes') {
		&output("Groovy show, wasn't it? Movie sucked, though.");
	} else {
		&output("Well, forget you. Go back to <i>Friends</i>.");
	}
	return &flush();

Cameron Kaiser