Re: First Script Question

2001-07-25 Thread Troy Denkinger
David, On Wednesday 25 July 2001 14:29, David Freeman wrote: > open(NAMES,"/etc/mail/access") || die "Can't open access: $!\n"; > while (){ > ( $email, $action )= split('', $_); > $newarray{$email} = $action; > } > close NAMES; Okay, you ask how to split on a tab. The first ar

RE: First Script Question

2001-07-25 Thread Bob Showalter
> -Original Message- > From: David Freeman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 25, 2001 2:29 PM > To: [EMAIL PROTECTED] > Subject: First Script Question > > > > Hi all, i've been receiving the list mail for a few days and > read thr

First Script Question

2001-07-25 Thread David Freeman
Hi all, i've been receiving the list mail for a few days and read through what people seem to need to look at to help others with script problems. I included what little bit of code i have for my project below. Basically i've been going through the Perl by Example book and pulling relevant bit