>
> open(MEM,'/proc/meminfo');
> while (<MEM>) {
> $tmp = <MEM>;
Set optRawInput or escape the <MEM> as \<MEM> because otherwise Embperl
treats it as HTML tag and not as filehandle. See the Faq escaping/unescaping
for more infos
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- EMBPERL and File-Open Bjoern
- Re: EMBPERL and File-Open ___cliff rayman___
- Gerald Richter
