perl -MData::Dumper -we '$str="a b c"; @arr=split(/ /,$str); print Dumper \@arr'