That's a Bad Programmer (II) 

2106137033_939ffd7e10.jpg
Photo by: thealmightyprophetgitbo y

my $unsomething;
unless ( $unsomething ) {
    # ???
}
unless ( !$unsomething ) {
    # ???
}
else {
    # %&#@
}