Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: Creating a mailing list using Perl, August 23, 1999 at 14:32:01:

You are here: irt.org | About | Feedback | 403 [ previous next ]

Feedback on:
Creating a mailing list using Perl

Sent by
Michael McLaughlin on August 23, 1999 at 14:32:01:

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
Jason,

I have been working through your excellent series of articles on Perl/CGI. They are the best on the web.

I think there may be an error in your article "creating a mailing list using Perl".

For removing names from the list, you suggest opening the file in >> mode.

I found that this did not allow me to read in the names into @emailfile
I had to open FILE in read mode, read in the names, close FILE.
Then open in >> mode. Truncate and do the regexp.
There is probably a more eleganyt way to do this, but it seems to work OK.

What do you think?

By the way -- willl you be doing any articles about using CGI with database files? I suppose this is the next step up from using simple text files with data in them.

Michael McLaughlin
Media Foundry
England
www.media-foundry.com





Other feedback on 'Creating a mailing list using Perl' - show all

©2018 Martin Webb