In that case yes, I believe you have it right.  It's the indirect  
method call syntax, as far as I understand.  Personally though, I would  
prefer to see your example as:

if (condition) {
        print FILEHANDLE list, of, stuff;
        next;
}

TMTOWTDI though, of course.

James

On Friday, October 11, 2002, at 01:40  PM, Nikola Janceski wrote:

> I need them.. for
>
>
> print FILEHANDLE (list, of, stuff), next if (condition);
>
>> -----Original Message-----
>> From: James Edward Gray II [mailto:[EMAIL PROTECTED]]
>> Sent: Friday, October 11, 2002 2:39 PM
>> To: Nikola Janceski
>> Cc: Beginners (E-mail)
>> Subject: Re: Is this correct? print syntax
>>
>>
>> Parenthesis are optional for pre-defined subroutines, like Perl's
>> built-in, so most users just leave them off when they're not needed:
>>
>> print FILEHANDLE list, of stuff, to print;
>>
>> On Friday, October 11, 2002, at 01:28  PM, Nikola Janceski wrote:
>>
>>> Is this correct placement of the parenthesis?
>>>
>>> print FILEHANDLE (list_of_print_stuff);
>>>
>>>
>>> Nikola Janceski
>>>
>>> The straightest path is not the path of experience.
>>> -- Nicky J. from da' Bronx
>>>
>>>
>>>
>> --------------------------------------------------------------
>> ---------
>>> -----
>>> --------------------
>>> The views and opinions expressed in this email message are
>> the sender's
>>> own, and do not necessarily represent the views and
>> opinions of Summit
>>> Systems Inc.
>>>
>>>
>>> --  
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>
>
> ----------------------------------------------------------------------- 
> -----
> --------------------
> The views and opinions expressed in this email message are the sender's
> own, and do not necessarily represent the views and opinions of Summit
> Systems Inc.
>
>
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to