in reply to Why does Perl choke on my UTF8 identifier?
my simple program
sorry thats not it
if you want to show the bytes of your program post the output of
use Data::Dump qw/ dd /; use Path::Tiny qw/ path /; dd( path('intrepid.pl')->slurp_raw ); [download]