Q.

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» D. it deletes the last ending varibale character regardless of whatever it is.
864
0
Do you find this helpful?
9

Discussion

No comments yet