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
Boston-pm@mail.pm.org
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to