in reply to Re: How to split a string
in 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++ } = $_ }

Makeshifts last the longest.