Thanks! I guess I didn't read perldata close enough because I had no idea
you could specify more than one key at a time yet another cool
discovery!-- Brad
> On Wed, Jul 18, 2001 at 10:13:04PM -0400, Bradford Ritchie wrote:
> > Could you please explain how your code suggestion below works
On Wed, Jul 18, 2001 at 10:13:04PM -0400, Bradford Ritchie wrote:
> Could you please explain how your code suggestion below works? I've been
> staring at it for a long time but it's not getting any clearer.
Certainly. It's a hash slice.
> > my %exuser;
> > @exuser{
> > qw(root daemon
Hi Michael,
Could you please explain how your code suggestion below works? I've been
staring at it for a long time but it's not getting any clearer.
It looks like a neat construct but I don't get it...Thanks.
-- Brad
>
> >
On Tue, Jul 10, 2001 at 03:08:51PM -0700, Piet wrote:
> Okay so I'm really new to perl but I've hacked together this program to
> parse /etc/passwd and email the login's manager every month.
Whenever I see "parsing /etc/passwd" my gut reaction is to tell the
programmer to use setpwent and getpwen
Okay so I'm really new to perl but I've hacked together this program to
parse /etc/passwd and email the login's manager every month. Well it
does just that but now I need to add some widget that will email the
manager once with a list of all his personnel rather than one email per
user in the pas