C:\Perl\perl\perlmonks>perl -d skip_elsif.pl Loading DB routines from perl5db.pl version 1.19 Editor support available. Enter h or `h h' for help, or `perldoc perldebug' for more help. main::(skip_elsif.pl:6): my $rand = rand; DB<1> s main::(skip_elsif.pl:8): if ( $rand < rand ) # 1 main::(skip_elsif.pl:9): { DB<1> p $rand 0.63232421875 DB<2> main::(skip_elsif.pl:22): print "else 4: $rand\n"; DB<2> else 4: 0.63232421875