NAME
twept - The Perl embeddings for HTML. (for test and debug)
SYNOPSYS
inserting first line to
#!/your/path/twepl
DESCRIPTION
The Perl-Code embeddings for HTML, it is simple and easy.
adding <$ Perl-Code $> to your HTML. if code blocks too many, cannot use local variables between code blocks.
visible your code in the output HTML. not force exiting on found errors. (forced exiting "detected loop" only)
TIMEOUT
force exiting loop detection. $TIMEOUT is global, please change it overwritten.
# default is E<quot>2E<quot> seconds.
$TIMEOUT = 2;
already executing under alarm, cannot change that timeout.
# set as new timeout.
alarm(B<X>);
RESERVED
$TIMEOUT(global)
$epl
$var
OPTIONS
nothing options for twept
AUTHOR
Twinkle Computing <twinkle@cpan.org>