|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re^2: repeat characters in textby blazar (Canon) |
| on May 03, 2007 at 10:43 UTC ( #613351=note: print w/ replies, xml ) | Need Help?? |
|
You have the right idea, you just need a different operator - print 'a', '!' x 5; will do it. Though Perl doesn't care, I prefer not to use double quotes unless I expect interpolation to be taking place.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||