Nikola Janceski wrote:

> I need them.. for
> 
> 
> print FILEHANDLE (list, of, stuff), next if (condition);
> 

you probably just want:

print FILEHANDLE qw(list of stuff) and next if(condition);

david

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

Reply via email to