Michael Seele wrote:
hi,

Hello,

i want to open a perl process and enter the code/files to compile via STDIN. i know it is possible. but how?
does somebody know a tutorial or something like this which explains how i can compile perl code via STDIN?

Do you mean:

perl -e 'print "Hi\n";'

perl script.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to