$ perl -MO=Deparse,-p -e 'print chr $ARGV[0], $ARGV[1]' 66 67 print(chr($ARGV[0]), $ARGV[1]); -e syntax OK