The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 twepl

AUTHOR

Twinkle Computing <twinkle@cpan.org>