Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old April 28th, 2007, 02:05 AM
Wade Ward
Guest
 
Posts: n/a
Default herding messages from a server to a directory



First-time poster here in perl-land:

I had a close working relationship with a fellow at the University of
Minnesota named Kevin. He ran the whole show with perl. I am trying to do
something for which I believe perl is the language of choice and wonder out
loud if this might be a good opportunity to work up a little something in
perl.

Q1) How does one go about herding messages from a server to a directory.
These messages would be of the variety that appear in usenet, with the same
subject heading, except the first, which lacks 'Re: ' Ultimately, they
would be in a directory where they would exists as filenames with some
ordering.

Q2) Is there a good perl suite for a hobbyist?
--
WW


  #2  
Old April 28th, 2007, 05:45 AM
Joe Smith
Guest
 
Posts: n/a
Default Re: herding messages from a server to a directory

Wade Ward wrote:
Quote:
Q1) How does one go about herding messages from a server to a directory.
The word "server" is way too vague. There are many different types of server,
requiring very different solutions.
Quote:
These messages would be of the variety that appear in usenet, with the same
subject heading, except the first, which lacks 'Re: ' Ultimately, they
would be in a directory where they would exists as filenames with some
ordering.
A very useful Perl program is AUB. It
a) pulls messages from a USENET news server (via NNTP),
b) associates several messages together based on the subject line.

http://yukidoke.org/~mako/projects/aub/
Quote:
Q2) Is there a good perl suite for a hobbyist?
It's already included if you're running Linux, Solaris and many other Unix-like OS.
For Windows, both ActiveState.com and Cygwin.com flavors of Perl are free for download.

-Joe
  #3  
Old April 28th, 2007, 06:05 AM
Wade Ward
Guest
 
Posts: n/a
Default Re: herding messages from a server to a directory


"Joe Smith" <joe@inwap.comwrote in message
news:ZPGdndtfBdyiTK_bnZ2dnUVZ_oKnnZ2d@comcast.com. ..
Quote:
Wade Ward wrote:
>
Quote:
>Q1) How does one go about herding messages from a server to a directory.
>
The word "server" is way too vague. There are many different types of
server,
requiring very different solutions.
>
Quote:
>These messages would be of the variety that appear in usenet, with the
>same subject heading, except the first, which lacks 'Re: ' Ultimately,
>they would be in a directory where they would exists as filenames with
>some ordering.
>
A very useful Perl program is AUB. It
a) pulls messages from a USENET news server (via NNTP),
b) associates several messages together based on the subject line.
>
http://yukidoke.org/~mako/projects/aub/
>
Quote:
>Q2) Is there a good perl suite for a hobbyist?
>
It's already included if you're running Linux, Solaris and many other
Unix-like OS.
For Windows, both ActiveState.com and Cygwin.com flavors of Perl are free
for download.
Thanks Joe. I'll see what I can hunt down at that link tomorrow. I've
failed with cygwin twice: I can't unlearn dos. I'll give ActiveState a
peek.
--
WW


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles