Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      print $result, "\n";
    
    }
    
  2. or download this
    use 5.010;
    use strict;
    ...
        escape   => qr/^ \s* q (?: uit )? /ix,    # q or quit, case insens
    +itively.
      );
    }
    
  3. or download this
    $ ./diceroll.pl
    Enter a dice roll ("q" to quit):  [1d6] 
    ...
    
    Enter a dice roll ("q" to quit):  [1d6] q