Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] filehandles in perl
- To: tlug@example.com
- Subject: Re: [tlug] filehandles in perl
- From: Simon Cozens <simon@example.com>
- Date: Thu, 7 Mar 2002 10:56:56 +0000
- Content-disposition: inline
- Content-type: text/plain; charset=us-ascii
- In-reply-to: <20020307042551.72828.qmail@example.com>
- References: <20020307042551.72828.qmail@example.com>
- Sender: Simon Cozens <simon@example.com>
- User-agent: Mutt/1.3.27i
Hector Akamine: > I tried the following in perl > open (OUTF($i), ">$file[$i]"); # WRONG !!! Now you're just making up syntax. :) You got Perl 5.6.x? open $handles[$i], ">$file[$i]" or die $!; -- 3rd Law of Computing: Anything that can go wr fortune: Segmentation violation -- Core dumped
- Follow-Ups:
- Re: [tlug] filehandles in perl
- From: Hector Akamine
- References:
- [tlug] filehandles in perl
- From: Hector Akamine
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Kmail Notification
- Next by Date: Re: [tlug] A few SPAM questions...
- Previous by thread: Re: [tlug] filehandles in perl
- Next by thread: Re: [tlug] filehandles in perl
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links