On 14-Jun-2000 Ryszard Lach wrote:
> Hi!
> 
> I've read docs about using embperl and HTML escaping, I tried to display e.g.
> forms data (it works fine),  but I still don't know, how to embedd such a
> simple
> code in html page:
> 
> open(FILE,"</path/to/file");
> while(<FILE>) {
>       print;
> }
> 
> Could anybody help me?

[- open FILE, "/path/to/file" -]
[$ while <FILE> $]
 [+ $_ +]
[$ endwhile $]


-- 
Jason Bodnar + [EMAIL PROTECTED] + Team Linux

Homer:  We always have one good kid and one lousy kid.  Why can't both 
        our kids be good?

Marge:  We have three kids, Homer.

                   Separate Vacations


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to