in reply to Where's that function
my $x=12.3456789; my ($a,$b)=split (/\./,$x); $b=substr $b,0,2; $x=$a.'.'.$b;
____________________
Jeremy
I didn't believe in evil until I dated it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Where's that function
by dkubb (Deacon) on Feb 05, 2001 at 09:45 UTC | |
|
Re: Re: Where's that function
by MrNobo1024 (Hermit) on Feb 05, 2001 at 21:20 UTC |