MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements is NOT TRUE statements ? |
| A. | perl chomp function will not remove all whitespace characters by default |
| B. | perl chomp function returns the number of characters removed |
| C. | perl chomp function checks whether the last character matches the input line separator and only then it deletes it. |
| D. | it deletes the last ending varibale character regardless of whatever it is. |
| Answer» E. | |