Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Printing a specified number of characters

by Nightblade (Beadle)
on Jul 27, 2002 at 14:43 UTC ( [id://185749]=note: print w/replies, xml ) Need Help??


in reply to Printing a specified number of characters

you can do like this:  print " "x14 . "A";

$number = 5; $number_two = 7; print ' 'x$number . "A" . ' 'x$number_two."B\n";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://185749]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 09:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found