use utf8; my $scandir = 'something with umlauts it it'; #### # ...is this string literal not part of the source? #### ... use Devel::Peek; ... #### FLAGS = (PADMY,POK,pPOK,UTF8) #### FLAGS = (PADMY,POK,pPOK)
## # ...is this string literal not part of the source? ##
## ... use Devel::Peek; ... ##
## FLAGS = (PADMY,POK,pPOK,UTF8) ##
## FLAGS = (PADMY,POK,pPOK)