test_x.pl to HTML.

index -|- end

Generated: Mon Aug 16 14:14:41 2010 from test_x.pl 2010/04/14 183.

#!/usr/bin/perl -w
#< test_x.pl - using the string repeat operator
my $msg = "Hello" x 5;
print "$msg\n";
my $indent = 10;
my $msg2 = " " x $indent . "Hello";
print "$msg2\n";

index -|- top

checked by tidy  Valid HTML 4.01 Transitional