Oh oh oh! I want to try!
use strict;
my( $var, $long_var );
$var = '123456';
$long_var = ' ' x 19 . $var;
print "$long_var\n";
*in the distance you hear the sounds of someone beating something with a
stick*
----- Original Message -----
From: "F.H" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 9:31 AM
Subject: string position
> Hi,
> I'd like to be able to print a string at a specific location . Is there
any function that does that.
> $test = "abcd';
> I want to print $test at position 20-25.
> I appreciate if someone can help
>
> Thanks
> I.S
> __________________________________________________________________
> Get your own FREE, personal Netscape Webmail account today at
http://webmail.netscape.com/
>