What is the difference between chop & chomp functions in perl?
Answer Posted / thangaraju
chop is used remove last character,chomp function removes
only line endings.
| Is This Answer Correct ? | 80 Yes | 15 No |
Post New Answer View All Answers
Which functions in perl allows you to include a module file. State their differences.
What are the steps involved when the cgi program starts running?
what is the main function of fork() in cgi programming?
What is perl? What is the basic command to print a string in perl?
Explain goto expr?
What are the logical operators used for small scale operations? Explain them briefly.
How can the user execute a long command repeatedly without typing it again and again?
When does circular reference occur?
What is “grep” function in perl?
You want to add two arrays together. How would you do that?
How to print escaping characters inside a string in perl?
What is the use of -t?
what is CPAN?
Define perl scripting?
How many ways can we express string in Perl?