Explain split function in perl?
Answer / Wazid Ali Ansari
The "split" function in Perl splits a string into an array of substrings, based on the delimiter specified. The default delimiter is whitespace.
| Is This Answer Correct ? | 0 Yes | 0 No |
What elements of the Perl language could you use to structure your code to allow for maximum re-use and maximum readability?
How to count no of occurrence of a unique patterns in perl?
Why to use perl?
What is confess function in perl?
What is the usage of -i and 0s options?
What are hashes?
Explain substr function in perl?
What are arrays in perl?
How does polymorphism work in perl?
If you want to empty an array then how would you do that?
Explain use of ‘my’ keyword in perl?
What is epoch time in perl?