perl -le 'my $x = ord(1,2);print $x'; 50 #### 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.