Переменные


# Инициализация переменных

($a and $b) || print "$a or $b failed"

$new = $old || "default";

$new ||= "default";