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

Reply via email to