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