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 feature of perl provides code reusability?
Explain the different types of data perl can handle.
how to connect cisco switch uisng perl script
What are the steps involved in configuring a server using cgi programming?
Explain the difference between die and exit in perl?
how to extract pin_code,phone_number,year from text file using regular expressions in perl
What is qq (double q)operator in perl?
Explain regular expression in perl?
What is the difference between use and require in perl programming?
Does Perl have objects? If yes, then does it force you to use objects? If no, then why?
What interface used in PERL to connect to database? How do you connect to database in Perl?
You want to concatenate strings with perl. How would you do that?
Explain grooving and shortening of arrays and splicing of arrays?
Explain gmtime() function in perl?
What are different data types that perl supports. Elaborate on them.