View Single Post
Old 06-01-2018, 11:06 PM   #1
Pavan Techn
Registered User
 
Join Date: Mar 2018
Posts: 341
Explain split function in Perl?

Perl split function splits a string at specified delimiter pattern like -, /, :, etc. By default, white space is assumed as delimiter pattern if nothing is specified.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Pavan Techn is offline   Reply With Quote