Overview
Download
Installation
Docs
Tutorial
Credits
Page Source
Hosted by: Convolution
|
Source of template.plp
Back
- <(template.plp)>
- <: BEGIN { $title = 'Tutorial'; } :>
- <: title "Tutorial" :>
- Assuming that you already know some Perl, it's easy to start using PLP:<br>
- Once you have installed PLP, create an HTML page, and put Perl code in it somewhere. Put the Perl code in like this: <: perl code here :>.<br>
- That's all!<br>End of tutorial.<br><br>
- <: code q{
- <body><br>
- <font color=red><br>
- <:<br>
- print "Hello World!<br>";<br>
- print join ':', 1..10;<br>
- etcetera();<Br>
- :><br>
- </font><Br>
- </body>
- } :>
-
| |