Thanks for the tip. That fixed it.
Prentice
-Original Message-
From: Shawn Corey [mailto:[EMAIL PROTECTED]
Sent: Thu 3/9/2006 12:27 PM
To: Bisbal, Prentice; beginners@perl.org
Subject: Re: Strange problem assigning values to strings
Bisbal, Prentice wrote:
> I think you'
Bisbal, Prentice wrote:
I think you're on to something. This is what the debugger shows:
DB<17> x [EMAIL PROTECTED]
0 ARRAY(0x90c420c)
0 "706840\cM"
1 "706846\cM"
2 "715596\cM"
3 "715620\cM"
4 "722292\cM"
5 "722300\cM"
6 "722327\cM"
7 "722330\cM"
8 "722340\c
Bisbal, Prentice wrote:
I've got a strange problem. This perl code has been in use for a long time (6 - 12 mos, at least), and it just started behaving badly the other day.
This code:
foreach $num (@ids) {
$infile = "$tmpdir/lp-$num.mol";
$outfile = "$original_dir/lp-$num.$typ
I've got a strange problem. This perl code has been in use for a long time (6 -
12 mos, at least), and it just started behaving badly the other day.
This code:
foreach $num (@ids) {
$infile = "$tmpdir/lp-$num.mol";
$outfile = "$original_dir/lp-$num.$type";
print "infile