#!/usr/bin/perl $temp = ; if ($temp eq "yo") { print "whats up"; } elsif ($temp eq "not much") { print "cool"; } else ($temp eq "") { print "HUH?"; }