what the heck?
my $Queue = \...@somearray;
if ($#{$Queue} <= -1){
# do something
}
I thought $# was size,
but the code is checking for it to be minus one?
--
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

