Re: Padding a length of string
"Craig S. Cottingham" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.fun |
|---|---|
| Message-ID | <1082404529.1166.53.camel@scorpio> |
On Mon, 2004-04-19 at 14:51, Yanick wrote: > perl -e'print$_=$ARGV[1],(pop)x-(tr|||c-shift)' 10 abc d Saving one character: perl -e'print$_=$ARGV[1],(pop)x-(y|||c-shift)' 10 abc d -- Craig S. Cottingham [email protected]