Help for this page

Select Code to Download


  1. or download this
    Can't call method "0" on unblessed reference
    
  2. or download this
    my $cnt = 0;
    for (keys %barry) {$cnt++ if $_ eq 'children'}
    print "cnt=$cnt\n";
    __END__
    cnt=1