|
|
| P is for Practical | |
| PerlMonks |
Re^4: string functionsby valavanp (Curate) |
| on Oct 25, 2006 at 10:45 UTC ( #580541=note: print w/ replies, xml ) | Need Help?? |
|
basically i have A,B,C,D,E,F,G,H,J values in an array. The factor's letter should depend on that array. The solution which i want for the string: $a="4ABC" or "3C" or "2A2B2C" or "ABC" .. The result of $a should be (A * A * A * A) * (50/100) * B *(55/100) * C * (60/100). This only what i want. The solution given by holli calculates for only certain values. when i tested with some other values it directly prints the string.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||