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_PREPROCESS VARIABLE
-------------------------

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

    As of PTM 0.5.0 Beta this variable has become obsolete and has been removed.
    This documentation stands only as reference for older versions.
    
    DO NOT USE THIS VARIABLE

    $_PTM_PREPROCESS, though being a publicly accessible variable, should NEVER
    be directly modified at run-time. $_PTM_PREPROCESS stores the Perl code from
    your PREPROCESS tags until it is ready to be evaluated, at which point it is
    run via a Perl "eval" statement. Using PTM's PREPROCESS tag is the only
    acceptable method of modifying this variable.

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

    VARIABLES

      @_PTM, $_PTM_POS, @_REQUIRE

    FUNCTIONS

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