Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    } until $num eq '47';
    
    print $num;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    ReadMode 'restore';
    print $num;