Help for this page
perl -we 'print "-" x 80; <STDIN>;'
perl -we "print '-' x 80; <STDIN>;'
print "-" x 80; print "2\n";