in reply to Right shifted display

If this is not what you're looking for, show the exact output you need:
use warnings; use strict; my $proj_name = 'foo'; printf "<spirit:library>%8s\_lib</spirit:library>\n", $proj_name; __END__ <spirit:library> foo_lib</spirit:library>

Replies are listed 'Best First'.
Re^2: Right shifted display
by zeni (Beadle) on Jun 01, 2012 at 12:28 UTC

    I have shown it as

    Desired: '8spaces<spirit:library>XYZ_lib</spirit:library>