![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
rearranging a string.newby drock (Beadle) |
on Nov 21, 2005 at 19:14 UTC ( #510526=perlquestion: print w/replies, xml ) | Need Help?? |
drock has asked for the wisdom of the Perl Monks concerning the following question:
In my situation I have a string like so:
and I want to rearrange it to look like: 05162005, so I tried: But my problem is: it's leaving 2005 in the beginning of the string to look like 200505162005 when all I need is 05162005 thx derek
Back to
Seekers of Perl Wisdom
|
|