[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?

<html><head><title>test</title></head>
<body>

[- open FILE, "/full/path/of/my/file"; -]
[$ while ($line = <FILE>) $]
  [+ $line +]
[$ endwhile $]
[- close FILE; -]

</body>
</html>

.......................................................
:   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]

Reply via email to