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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.