Help for this page

Select Code to Download


  1. or download this
    use strict;
    use constant DEBUG => 1;
    ...
       exit if $ans =~ m/y/i;
    
    }