love the mnemonic for $!,
"What just went bang?"

> -----Original Message-----
> From: david [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 04, 2002 1:46 PM
> To: [EMAIL PROTECTED]
> Subject: Re: HELP !! displaying Associate Array value pairs
> 
> 
> Quincy Ntuli wrote:
> 
> >                 open(INVIN, "$sortedListing[$i]") or die 
> "COULD NOT OPEN
> >                 $i\n";
> > 
> 
> if the open is failing, you probably want to know why($! 
> tells you why):
> 
> open(INVIN, $sortedListing[$i]) or die "COULD NOT OPEN $i: $!\n";
> 
> david
> 

----------------------------------------------------------------------------
--------------------
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]

Reply via email to