use strict; use warnings; my $input_object = { foo => 11, bar => '1234', }; my $self; if ( ( !defined $input_object ) or ( $input_object->{foo} > 10 ) or ( $input_object->{bar} !~ m/^\d{3}$/ ) ) { self->redirect('error'); }
In reply to Re: How to Test When User Sees Same Thing?
by BillKSmith
in thread How to Test When User Sees Same Thing?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |