in reply to Checking for "return undef"
when running through this code, when checking $cookies->{license_session}if ( $cookies->{license_session} ) { ... if ( defined $s ) { ... } } else { # set cookie ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Checking for "return undef"
by neilwatson (Priest) on Apr 21, 2004 at 16:25 UTC |