Re: RE: open file

2000-06-26 Thread Randy Nivales
tnx bryan and gerald... its working now. [EMAIL PROTECTED] writes: >> The problem is the angle brackets in the statement "". EmbPerl >> translates them into HTML entities before passing the line off to Perl >> to process. You need to set $optRawInput=1 in a block prior to the one >> that con

RE: open file

2000-06-26 Thread Gerald Richter
t; -- > Bryan Thale > Motorola Labs, Networking and Infrastructure Research > mailto:[EMAIL PROTECTED] > > Randy Nivales wrote: > > > this one didn't work... why? > > > > test > > > >

Re: open file

2000-06-26 Thread Bryan Thale
rst one in my EmbPerl file if I'm going to be doing any file I/O. [- $optRawInput = 1 -] Regards, Bryan. -- Bryan Thale Motorola Labs, Networking and Infrastructure Research mailto:[EMAIL PROTECTED] Randy Nivales wrote: > this one didn't work... why? > > test > > >

Re: RE: open file

2000-06-26 Thread Randy Nivales
[EMAIL PROTECTED] writes: >> >> just wanna know how to open a text file in embperl >> >How do you do it in Perl? > >open FH, "filename" ; > >or ask more detailed what your problems is... this one didn't work... why? test [- open F

RE: open file

2000-06-26 Thread Gerald Richter
Hi, > > just wanna know how to open a text file in embperl > How do you do it in Perl? open FH, "filename" ; or ask more detailed what your problems is... Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

open file

2000-06-26 Thread Embperl
hello there... just wanna know how to open a text file in embperl tnx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]