Help for this page

Select Code to Download


  1. or download this
    $ perl -CSDAL -e 'print "the utf8 flag is ", utf8::is_utf8(shift) ? "o
    +n" : "off", " for command-line arguments\n"' hi...the utf8 flag is on
    + for command-line arguments
    
  2. or download this
    $ perl        -e 'print "the utf8 flag is ", utf8::is_utf8(shift) ? "o
    +n" : "off", " for command-line arguments\n"' hi...
    the utf8 flag is off for command-line arguments