Search results

  1. M

    What does the Perl split function return when there is no value between tokens?

    I'm trying to split a string using the split function but there isn't always a value between tokens. Ex: ABC,123,,,,,,XYZ I don't want to skip the multiple tokens though. These values are in specific positions in the string. However, when I do a split, and then try to step through my...
Back
Top