programming-examples/perl/Report/Align left, right and center.pl
2019-11-15 12:59:38 +01:00

7 lines
163 B
Perl

$str = formline <<'EOD', right, center, left;
Here's some text justification...
----------------------------
@<<<<<<<<@|||||||@>>>>>>>>>>
EOD
print "$^A\n";