> 
> my $fh;
> open $fh, '<', 'items/list.db' or die "File error:  $!";

It just the same as open my $fh =)

> print while $fh;

Hmm............. I guess this is not a 'read' argument

Thanks in advise anyway =)


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to