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.
--------------
@_PTM VARIABLE
--------------

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

    DO NOT USE THIS VARIABLE

    @_PTM, though being a publicly accessible variable, should NEVER be modified
    at run-time. @_PTM stores the Perl version of your non-Perl script code. As
    your PTM script is parsed, non-Perl sections are stored in the @_PTM array,
    using $_PTM_POS as an position marker, and calls to print from it are made
    in the return value of the _PTM() function -- a Perl script to be evaluated.
    It serves as temporary storage for non-Perl script behind the scenes while
    the PTM tags are parsed out and is then reinserted, via Perl "print"
    statements, when everything is ready to be displayed.

  --------
  SEE ALSO
  --------

    VARIABLES

      $_PTM_POS, $_PTM_PREPROCESS, @_REQUIRE

    FUNCTIONS

      _PTM(), _PTM_FILE()
Home    SVN    Downloads    Documentation    Forum    Contact