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

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

    DO NOT USE THIS VARIABLE

    $_PTM_POS, though being a publicly accessible variable, should NEVER be
    modified at run-time. It is used as a content position marker for the @_PTM
    array, in which non-Perl script is stored until all PTM has been parsed, at
    which point it is brought back in, via Perl "print" statements to be
    displayed.

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

    VARIABLES

      @_PTM, $_PTM_PREPROCESS, @_REQUIRE

    FUNCTIONS

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