Help for this page

Select Code to Download


  1. or download this
    uint8  i = 2;
    uint16 j = i;
    
  2. or download this
    my $i = "\x82";
    utf8::upgrade( my $j = $i );