On Thu, 31 May 2001, Nichole Bialczyk wrote: > i know that for numbers you can use sprintf %u, %i etc > > is there something similair for alphnumerics? %s is used to print a string, %c is used to print a character, %% is used to print a percent sign... To learn more about sprintf, type 'perldoc -f sprintf'. It's all right there in like the first 100 lines or so. -- Brett Brett W. McCoy Software Engineer Broadsoft, Inc. 240-364-5225 [EMAIL PROTECTED]
- sprintf Nichole Bialczyk
- Re: sprintf Ken
- split - maxSplit Brett W. McCoy
- split - maxSplit Brian Shoemaker
- Re: split - maxSplit Jeff Pinyan
- Re: split - maxSplit David Olbersen