Eric Walker wrote:
> 
> I can't remember how to setup a print statement to say print 60 "#";
> I think its something like
> 
> print ("\*",40);

Use the x operator to multipy strings:

print '*' x 40;


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to