use strict; use warning; #### if ($another == 'y') #### my $another = ; chomp $another; if ($another eq 'y') { ... } #### $draw1 = int &draw; #### sub draw { $draw = int rand(10); }
## if ($another == 'y') ##
## my $another = ; chomp $another; if ($another eq 'y') { ... } ##
## $draw1 = int &draw; ##
## sub draw { $draw = int rand(10); }