Mike Burdick
05-16-2007, 03:29 AM
Hi,
I have a question regarding the split function.
As an example, the text string looks like this:
$texstring="data1::data2::::data3::data4::"
The split function looks like this:
@record=split(/::/,$text_string)
My question: What value will be placed in $record[2] ? (between the ::::)
Thanks...
Edit... Darn the forum places a smiley face - but you know what I mean.
I have a question regarding the split function.
As an example, the text string looks like this:
$texstring="data1::data2::::data3::data4::"
The split function looks like this:
@record=split(/::/,$text_string)
My question: What value will be placed in $record[2] ? (between the ::::)
Thanks...
Edit... Darn the forum places a smiley face - but you know what I mean.