On Aug 9, 2006, at 12:59 AM, Beginner wrote:

Are you using this

 $subdirectory_count = $web_sites_directory_tree[$i]{subdirectory};

or this.

my $subdirectory_count =
@{$web_sites_directory_tree[$i]{subdirectory} };

print "SUB= $subdirectory_count\n";

Because the first outputs:

SUB= array(0x2250f8)
SUB= array(0x18614b4)

and the 2nd outputs:
        SUB= 6
        SUB= 3

ACk! NOW it works. Before it didn't. Really. I believe I used that exact syntax previously but, obviously, I didn't.

I owe you a beer (or other beverage of your choice).

Thanks!


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to