Help for this page

Select Code to Download


  1. or download this
    {  local $/=undef;
       $string = <FILE>; #where FILE has been opened previously
       %colors = $string =~ /(\d+)~<font color="(.*?)"/ig;
    }