RE: matching EOF within a regex

2001-10-04 Thread The Black Man
. -James --- Bob Showalter <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: The Black Man [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, October 04, 2001 1:31 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: Re: matchin

Re: matching EOF within a regex

2001-10-04 Thread The Black Man
Hi Jeff, Thanks a lot. That was exactly what I was looking for. -James --- Jeff 'japhy' Pinyan <[EMAIL PROTECTED]> wrote: > On Oct 4, The Black Man said: > > >I'm trying to quickly insert a newline at the end > of a > >bunch of files, but haven

matching EOF within a regex

2001-10-04 Thread The Black Man
Hi all, I'm trying to quickly insert a newline at the end of a bunch of files, but haven't been able to find an EOF metacharacter for use within a regexp. Anyone have any sugestions? Thanks, James = "Still pond, frog jumps in. Splash!" "There he goes...one of God's own prototypes. A high

variable variable-names

2001-10-02 Thread The Black Man
Hi all, I'm trying to write a script that will pull out values for form data radio buttons for muliple answers. This is what a standard line looks like: Blah For each question I've tried to make up a separate set of arrays containing the button values: open (QUES, ") { chomp $line; if