Help for this page

Select Code to Download


  1. or download this
    @f = split //, $s;
    # Now, each char is in $f[0], $f[1], etc.
    
  2. or download this
    my $i = 0;
    ${'f' . $i ++} = $_ for split //, $s