in reply to
uninitialized value
If you don't want extra variables, you can also just use
//
if ( (param('btn')//'') eq 'btn' ) {
(or if you're playing code golf:
if(param('btn')//''eq'btn'){
)
Comment on
Re: uninitialized value
Select
or
Download
Code
In Section
Seekers of Perl Wisdom