my $urla='AAAAA'; my $urla='BBBBB'; show(); exit; sub show { if($urla eq ''){print 'pusto'}else{print $urla;} }