programming-examples/perl/Report/^ fieldholder creates a filled paragraph.pl
2019-11-15 12:59:38 +01:00

16 lines
488 B
Raku

#!/bin/perl
$name="Jack";
print "What is your favorite? ";
$quote = <STDIN>;
format STDOUT=
Play: @<<<<<<<<<< Quotation: ^<<<<<<<<<<<<<<<<<<
$name, $quote
^<<<<<<<<<<<<<<<<<<
$quote
^<<<<<<<<<<<<<<<<<<
$quote
~ ^<<<<<<<<<<<<<<<<<<
$quote
.
write;