tnx bryan and gerald...
its working now.
[EMAIL PROTECTED] writes:
>> The problem is the angle brackets in the statement "<FILE>". 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 contains your while statement. I usually make the following block
>> the first one in my EmbPerl file if I'm going to be doing any file I/O.
>>
>> [- $optRawInput = 1 -]
>>
>
>Yes, you could also set this option in your httpd.conf file, so you don't
>have to write it all the time. You should do this anyway if you are using
>an
>normal text editor for writing your code.
>
>The other possibility is to do what a html editor would do, change your
>code
>to <FILE> and last but nor least \<FILE> works also. Read the FAQ
>about
>escaping and the section "inside Embperl" in the docs.
>
>Gerald
.......................................................
: o/ Randy B. Nivales :
: <| [EMAIL PROTECTED] :
: / > http://www.emc.com.ph :
: (632) 638-4483 loc. 125 Phone :
: (632) 632-7319 Fax :
:......................................................:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]