programming-examples/perl/Report/Align left, right and center.pl

7 lines
163 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
$str = formline <<'EOD', right, center, left;
Here's some text justification...
----------------------------
@<<<<<<<<@|||||||@>>>>>>>>>>
EOD
print "$^A\n";