On 12/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> I must have known the answer to this at some point because I find it
> in my own code various places.   But I cannot recall what it is
> supposed to do..  Searching this group shows many instances of its use
> but no explanation I saw.
>
> open(FILE,"+>$file") [...] ;
>
> What does the `+' signify?

Have you seen the documentation for the open function? It's listed
with the other functions in the perlfunc manpage, or here:

    http://perldoc.perl.org/functions/open.html

Hope this helps!

--Tom Phoenix
Stonehenge Perl Training

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to