Zinc Codes
From Deep Thought
The default Zinc Codes, a.k.a. Z-Codes, live in the /pm/WSS/ShowPage_Global.pm file. The ZOnTheFlySP() method processes and invokes the Z-Codes.
FYI - WSS is the framework for the upcoming Web Store System.
[edit]
Built-In Zinc Codes
- CGI_<varname>
- Display the value of a CGI variable named <varname> received via a post or get.
- <varname> is case insensitive (always shifted to lowercase)
- ENV_<varname>
- Display the value of an Environment variable named <varname>
- <varname> is case insensitive (always shifted to lowercase)
