Mark-Jason Dominus (via RT) wrote:
>         use Data::Dumper;
> 
>         open my($O), ">", "/tmp/out";
>         print $O Data::Dumper->Dump([], []);
>         print "OK\n";
> 
> 
> This program generates the following output:
> 
>         Bareword found where operator expected at /tmp/bug.pl line 4, near 
> "$O Data::Dumper"
>                 (Missing operator before Data::Dumper?)
>         OK

I can't reproduce with with either maint or blead.

Reply via email to