>Does PERL have much Internet functionality ??
>I have only used it for some CGI Scripts under Linux.
>
>CGI simply takes the commands, executes them locally , and delivers the
>result back to the browser at the other end.

Anything that will communicate through STDIN and STDOUT.  So PERL does not
need special functionality.

>So you can execute any PERL Script locally, and see what it would send.
><HTML>
><HEADER> ...... :)

There is a set of functions to output tags however.


Reply via email to