in reply to Re: How to split a stringin thread How to split a string
You don't need to pull out the tactical nuke for this.
my $i = 0; for( split //, $s ) { no strict 'refs'; ${ 'f' . $i++ } = $_ } [download]
Makeshifts last the longest.