Help for this page
$line = "foo bar"; print ++$i, ". $_\n" for split / /, $line;
perl -MO=Deparse -e 'split " "' split(/\s+/, $_, 0);
perl -MO=Deparse -e 'split /\s+/' split(/\s+/, $_, 0);
Eureka! Give me a lever long enough ... Eppur si muove Mr. Watson – Come here – I want you Mary had a little lamb That's one small step for a man ... SCE to AUX I think I'll stop here
Results (239 votes). Check out past polls.