Re: test value




"Shane" <shane@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:e828rp$t0b$1@xxxxxxxxxxxxxxxxxx
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 = []

How do I test for that?


Maybe the Devel::Peek module's Dump($val) will give you what you want.
Certainly worth a try.

(That's only a guess, of course ..... with the information you've provided a
guess is about all you'll get :-)

Cheers,
Rob


.