Re: test value
- From: John Bokma <john@xxxxxxxxxxxxxxx>
- Date: 30 Jun 2006 06:35:54 GMT
Shane <shane@xxxxxxxxxxxxxxxxxxxx> wrote:
I have some nasty code, that I want to check the value of something
held in a scalar, but there is 'no' value held in there
Data::Dumper tells me the $val = []
$val contains a reference to an empty array, like:
my @array = ();
my $val = \@array;
--
John Bokma Freelance software developer
&
Experienced Perl programmer: http://castleamber.com/
.
- Follow-Ups:
- Re: test value
- From: Josef Moellers
- Re: test value
- References:
- test value
- From: Shane
- test value
- Prev by Date: Re: WIN32 PPM and perldoc problems
- Next by Date: Re: test value
- Previous by thread: Re: test value
- Next by thread: Re: test value
- Index(es):
Relevant Pages
|