да, но все равно проблема у меня в том, что в perl v5.8.4 $perl -e 'use warnings;my ($a,$b);$c=$a.$b;print $c' Use of uninitialized value in concatenation (.) or string at -e line 1. Use of uninitialized value in concatenation (.) or string at -e line 1.
16.11.2011, 20:03, "Alexandr Gomoliako" <[email protected]>: > On Wed, Nov 16, 2011 at 5:39 PM, Nikolay Mishin <[email protected]> wrote: > >> $EMPTY = q{}; >> $message = $EMPTY; #best > > И вот это perlcritic приводит к такому корявому коду? :) > > -- > Moscow.pm mailing list > [email protected] | http://moscow.pm.org -- Nikolay Mishin -- Moscow.pm mailing list [email protected] | http://moscow.pm.org
