diff --git a/05_Bagels/perl/bagels.pl b/05_Bagels/perl/bagels.pl index 92318e13..739ded0e 100755 --- a/05_Bagels/perl/bagels.pl +++ b/05_Bagels/perl/bagels.pl @@ -16,12 +16,11 @@ sub yes_input { } # Main code starts here. -# -# Provide instructions if requested print ' 'x32; print "Bagels\n"; print ' 'x14; print "Creative Computing Morristown, New Jersey\n\n"; +# Provide instructions if requested print "Would you like the rules (yes or no)? "; if (yes_input()) {