PTM Logo Version 0.5.1 Beta
Home    SVN    Downloads    Documentation    Forum    Contact
This Site is 100%
Powered by PTM

SourceForge.net Logo
Documentation
I   Index
II   GNU GPL
III   Description
IV   Installation
V   Language Overview
VI   Tags
VII   Variables
  $_BASE
  $_CGI
  %_COOKIES
  $_DEFAULT_PTM_FILE
  $_DOCUMENT_ROOT
  %_GET
  $_HEADER
  @_KEYWORDS
  $_PATH
  %_POST
  @_PTM
  $_PTM_POS
  $_PTM_PREPROCESS
  @_REQUIRE
  $_SCRIPT
  %_SERVER
  %_SESSION
  %_SET_COOKIES
  $_SYNTAX_...
  $_URL
  $_USE_SECURE_SCRIPT_PASSING
  $_VERSION
VIII   Functions
IX   Modules
Documentation
View / Download this file.
----------------------
$_SYNTAX_... VARIABLES
----------------------

  -----------
  DESCRIPTION
  -----------

    The $_SYNTAX_... variables, such as $_SYNTAX_OPEN_DO and
    $_SYNTAX_CLOSE_DISPLAY are used to define the tag syntax of the PTM
    language. Although they are publicly accessible, there is little reason to
    ever use them. They contain the regular expression text used to parse the
    different PTM tag types out of your PTM/HTML documents and replace them with
    the appropriate HTML equivalent of your requested PTM/Perl requests.

    For crafty Perl users only -- modifying these regular expressions in the PPA
    (PTM Parser Application) [ptm.cgi] allows you to modify the PTM language to
    fit your own programming preferences. It is not recommended for normal
    users, but is possible to suit the language to match your own needs as a
    developer. But a side-note: these sorts of modifications are supported in no
    way and should only be attempted by Perl hackers that feel like having a
    little fun with their own PTM version.
Home    SVN    Downloads    Documentation    Forum    Contact