Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Right shifted display

by GrandFather (Saint)
on Jun 02, 2012 at 09:49 UTC ( [id://973963]=note: print w/replies, xml ) Need Help??


in reply to Right shifted display

Maybe Perl's x operator is of interest to you? Consider:

use strict; use warnings; print ' ' x 8, "<spirit:library>XYZ_lib</spirit:library>\n"; print "12345678^\n";

Prints:

<spirit:library>XYZ_lib</spirit:library> 12345678^
True laziness is hard work

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2024-04-19 10:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found