programming-examples/perl/Report/^ fieldholder creates a filled paragraph.pl

16 lines
488 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
#!/bin/perl
$name="Jack";
print "What is your favorite? ";
$quote = <STDIN>;
format STDOUT=
Play: @<<<<<<<<<< Quotation: ^<<<<<<<<<<<<<<<<<<
$name, $quote
^<<<<<<<<<<<<<<<<<<
$quote
^<<<<<<<<<<<<<<<<<<
$quote
~ ^<<<<<<<<<<<<<<<<<<
$quote
.
write;