Help for this page

Select Code to Download


  1. or download this
    print "\x{0001}";
    print "\N{U+1}";
    ...
    print v1;
    print "x"^"y";
    vec(my $x,0,8)=1; print $x;