Re: problem about the perl code. thanks for any comments
- From: Scott Bryce <sbryce@xxxxxxxxxxxxxx>
- Date: Tue, 30 Aug 2005 20:39:21 -0600
yezi wrote:
the second version of code is posted on the above, the chomp is alredy deleted . and closedir is added, but still have problem
Your original problem was described as such:
Do not know why it can not open file (*.RD ) in the current directory.
But you still haven't asked Perl why.
open myRDfile,$file or die "Error:Could not open $file ";
open myRDfile, $file or die "Error:Could not open $file -- $!"; -----------------------------------------------------------^^
This may give you the answer to your question. If not, post the error message.
.
- References:
- problem about the perl code. thanks for any comments
- From: yezi
- Re: problem about the perl code. thanks for any comments
- From: Big and Blue
- Re: problem about the perl code. thanks for any comments
- From: yezi
- problem about the perl code. thanks for any comments
- Prev by Date: Re: A program to measure flops in Perl (should it be this "off"?)
- Next by Date: array question (newbie)
- Previous by thread: Re: problem about the perl code. thanks for any comments
- Next by thread: DBI prepare and fetch
- Index(es):