What's wrong? #!/usr/bin/perl -w use strict; ... if ( something ) { ... } elsif ( something else ) { ... } ...