Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sub has-no-e($word) {
- not defined index $word, "e"; //this will return correct answer
- # return False if $word.index("e"); //this way will return incorrect answer
- # return True;
- }
Advertisement
Add Comment
Please, Sign In to add comment