Help for this page

Select Code to Download


  1. or download this
    @cles = split(//, $key);
    foreach $key2(@cles)
    {
    chr($key2); push(@key3, $key2);
    }
    
  2. or download this
    @key3 = split(//, $key);