NAME

twepl - The Perl embeddings for HTML.


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.


TIMEOUT

force exiting over the timeout for 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 twep[lt]


AUTHOR

Twinkle Computing <twinkle@cpan.org>