At 9:23 AM -0400 5/24/99, Chris Nandor wrote: >changing this line at the end: > > return if !$type || !$creator || $type ne 'shlb' || $creator ne 'ascr'; > >to: > > return if !$type || !$creator || ($type ne 'shlb' && $type ne 'dlct') > || $creator ne 'ascr'; > >That should do it. I hope. :) That change makes the examples work right without edits. And, the toy problem of hiding Shuck now works for me too. Now we're getting somewhere! 8^) I may not get time to play until the weekend, but I'll keep posting stuff as I go. Thanks for the help so far. -Eric ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-modules-request@macperl.org