#!/usr/bin/perl use strict; use warnings; my $text; my %h_self = (form_data =>{page=>'confirmation'}); while(){ if (m/\ sub { $text = ''; if ($h_self{form_data}{page} =~ /confirmation|application/i) { $text .= qq[]; } return $text; } STUFF