if($mode eq ''){ # stuff that happens on the first page } if($mode eq 'secondstage'){ # stuff that happens after the upload } if($mode eq 'finalstage'){ # stuff that happens after their secondstage input } if($mode eq 'finished'){ print "Thanks, we're done."; }