in reply to Re^2: Remove $
in thread Remove $
I think there's something else going on. What output do you get if you place a print either side of the substitute? ie
my $cellval = $Sheet->Cells($rownum,"B")->{'Value'}; print "$cellval\n"; $cellval =~ s*\$**g; print "$cellval\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Remove $
by rawsr71 (Novice) on Aug 27, 2007 at 17:01 UTC | |
by FunkyMonk (Chancellor) on Aug 27, 2007 at 17:36 UTC | |
by rawsr71 (Novice) on Aug 27, 2007 at 17:47 UTC |