Perl Explode String To Array

[Solved] Perl Explode String To Array | Perl - Code Explorer | yomemimo.com
Question : perl explode string to array

Answered by : steamboatid

my @words = split / /, $str;

Source : | Last Update : Fri, 10 Sep 21

Answers related to perl explode string to array

Code Explorer Popular Question For Perl