$ perl -CSDAL -e 'print "the utf8 flag is ", utf8::is_utf8(shift) ? "on" : "off", " for command-line arguments\n"' hi...the utf8 flag is on for command-line arguments #### $ perl -e 'print "the utf8 flag is ", utf8::is_utf8(shift) ? "on" : "off", " for command-line arguments\n"' hi... the utf8 flag is off for command-line arguments