22 Apr
2014
22 Apr
'14
2:21 p.m.
Hello in my Dancer App , I've got his construction my $Stock; $Stock->{$NumP} = ( $Num => { Code => $parc->{Code}, NumP => $parc->{NumP}, NumS => $parc->{NumS}, NumC => $parc->{NumC} } ); I've got allways this warning Useless use of private variable in void context at dossier.pm line 271. I check all values before affect $Stock->{$NumP} App works well , how I can remove this warning ?