Help for this page

Select Code to Download


  1. or download this
    my @chr_temp=split //,$arr[0];
    for(1..3)
    {
        shift(@chr_temp);
    }
    $arr[0]=join("",@chr_temp);
    
  2. or download this
    $arr[0] = substr($arr[0], 3);
    
  3. or download this
    $site_info{$arr[0]{$arr[1]}}{"value"}=$arr[3];
    
  4. or download this
    $site_info{$arr[0]}{$arr[1]}{"value"}=$arr[3];