Re: replace string with variable




* Mirco Wahab <peace.is.our.profession@xxxxxx> wrote:
|
| Thus spoke aca (on 2006-05-29 12:06):
|
| > Hi, from Spain, I'm new user in perl, I have a problem with regular
| > expression,
| >
| > I dont know how I can replace the zeros on the right of the decimal
| > separator, for example I have a file with some lines of data how this
| > example:
| >
| > 20.1300,20.2500,19.7700,20.2500,985365,0
|
| After criticizing others here, I should
| show up also with some solution ;-)
| (to get some bashes):

As you wish :)

| ...
| my $text = qq{2000,200.0,20.01,.020200,985365,0};
| $text = join ',', map{sprintf "%g",$_} split /,/, $text;
| ...
|
| => 2000,200,20.01,0.0202,985365,0

my $text = qq{123.45678900};
$text = join ',', map{sprintf "%g",$_} split /,/, $text;
print "$text\n";

=> 123.457

(Formatting with %g will round to 6 significant digits by default.)

--
Lars Haugseth

"If anyone disagrees with anything I say, I am quite prepared not only to
retract it, but also to deny under oath that I ever said it." -Tom Lehrer
.



Relevant Pages

  • Re: replace string with variable
    ... | Hi, from Spain, I'm new user in perl, I have a problem with regular ... | I dont know how I can replace the zeros on the right of the decimal ...
    (comp.lang.perl.misc)
  • replace string with variable
    ... Hi, from Spain, I'm new user in perl, I have a problem with regular ... I dont know how I can replace the zeros on the right of the decimal ... I try use the regular expression but the final patron I dont know how ...
    (comp.lang.perl.misc)
  • Re: driving habits in Europe
    ... alcohol limit for drivers in the UK similar to that of Spain. ... Spanish old towns never require a car. ... They dont all congregate at one ...
    (rec.travel.europe)
  • Re: What is the GR precession per second?
    ... That walmart display I dont know where it is after changing to a Super ... Walmart but it was there at the regular one before they moved away.Ask ... Oh yeah and cody my rotweier dog I saw in a pick up truck and it turned ...
    (sci.physics.relativity)
  • Re: Traveling to London in February
    ... Ive been to Spain a *great deal* off season. ... thread most restos dont open till 8 or later. ... Given the importance I attach to eating, ... attaches to eating earlier, I wonder why this has never been a problem. ...
    (rec.travel.europe)