Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        }
    } until ($result eq "END" or $result eq "end");
    $| = 1;
    
  2. or download this
    print "Please be aware maximum length 255 characters!:\n";
    
  3. or download this
    use strict;
    use warnings;
    ...
        }
    } until (uc ($result) eq "END");
    $| = 1;