Trailing Spaces -- Format Perl
From: KVN Chary (kvnchary_at_yahoo.com)
Date: 09/29/04
- Next message: Paul Lalli: "Re: Odd sort() problem"
- Previous message: Gunnar Hjalmarsson: "Re: returning a value from a hash using a reference"
- Next in thread: John W. Krahn: "Re: Trailing Spaces -- Format Perl"
- Reply: John W. Krahn: "Re: Trailing Spaces -- Format Perl"
- Reply: Billy N. Patton: "Re: Trailing Spaces -- Format Perl"
- Reply: Joe Smith: "Re: Trailing Spaces -- Format Perl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Sep 2004 13:13:15 -0700
Hello,
my $var1 = "temp";
my $var2 = "123";
my $space = " ";
format STDOUT =
@<<<<<<<<< @<<< @<<<<<<<<<<<<<<<<<<<<<<<<<
$var1,$var2,$space
.
I need to put 26 spaces at the end of line. But this code doesn't work?
How can I do this using FORMAT Perl Command?
Thanks
KVN
- Next message: Paul Lalli: "Re: Odd sort() problem"
- Previous message: Gunnar Hjalmarsson: "Re: returning a value from a hash using a reference"
- Next in thread: John W. Krahn: "Re: Trailing Spaces -- Format Perl"
- Reply: John W. Krahn: "Re: Trailing Spaces -- Format Perl"
- Reply: Billy N. Patton: "Re: Trailing Spaces -- Format Perl"
- Reply: Joe Smith: "Re: Trailing Spaces -- Format Perl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]