| [reply] |
That's interesting... They have Perl 5 tests and Perl 3 tests?
No Perl 4? I wasn't doing Perl in the Perl 3 or 4 days. Is Perl 3 so similar to Perl 4 so as to make a separate test unnecessary?
Anybody ever take any of these tests? If so, how are they?
| [reply] |
This maybe?
Cor! Like yer ring! ... HALO dammit! ... 'Ave it yer way! Hal-lo, Mister la-de-da. ... Like yer ring!
| [reply] [d/l] |
1: The chop function
Removes the last character from a string
Divides a string into a series of individusl words
Removes any white space on then end of a string
2: The chop function ...
Removes the last character from the string in the parameter.
Removes the last character from the string in the parameter if, and only if, it is a new line character.
Removes leading and trailing white space characters from the string in the parameter.
Removes trailing white space, including new line characters, from the string in the parameter
ask the same question with different multiple-choice answers; and there is only one item in common between the two lists! | [reply] |