Help for this page

Select Code to Download


  1. or download this
    perl -le 'my $x = ord(1,2);print $x';
    50
    
  2. or download this
    perl -le 'my $x = ord(1,2);print $x';
    Too many arguments for ord at -e line 1, near "2)"
    Execution of -e aborted due to compilation errors.