hunter 21.08.2012 12:40

$a ||= $b
короче и элегантнее, чем
unless ($a) {
$a = $b;
}

Do you really want to delete ?