http://qs321.pair.com?node_id=11128250


in reply to Re^3: Why can't I write to a custom log from a Catalyst application on SELinux/CentOS
in thread Why can't I write to a custom log from a Catalyst application on SELinux/CentOS

Not sure about the debugger, but code shows otherwise:
#!/usr/bin/perl use strict; use warnings; use feature qw{ say }; open OUT, '>', 'log.txt' or die $!; print OUT "bla\n"; open IN, '<', 'log.txt' or die $!; my $nothing = <IN>; say "Read: $nothing.\n"; close OUT; my $bla = <IN>; say "Read: $bla.\n";
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]