473,405 Members | 2,354 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

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
Apr 28 '07 #1
2 2213
Wade Ward wrote:
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.
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/
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
Apr 28 '07 #2

"Joe Smith" <jo*@inwap.comwrote in message
news:ZP******************************@comcast.com. ..
Wade Ward wrote:
>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.
>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/
>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
Apr 28 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: doug | last post by:
I am working on a C++ program in .NET. The compiler generates error messages that are associated with the wrong line numbers (which is extremely frustrating). Also, the debugger arrow is...
1
by: intl04 | last post by:
I am getting strange print-related error messages when trying to create (not print!) reports. For example, when I click 'new' to create a report then choose 'design view', I get an error message...
3
by: Prashanth Badabagni | last post by:
Hi, can any one tell me how to automatically download the messages in this group.. are there any softwares for doing this.. Please tell me one .. Thanks in advance
4
by: LhK-Soft | last post by:
Hi, I'm active in VC++ for several years now, so I know some things (I think). Using MS-Access I store a db with lots of entries and uses the VBA techniques to export those data to e.g. HTML, XML...
5
by: zorhel | last post by:
Hi. My clients will be IE, Mozilla and Opera in a Windows and *nix OS. So, my web app need to, from a server, send messages to a specific client (browser), send messages for all clients,...
1
by: Raed Sawalha | last post by:
when i build asp.net application i have theses warnings messages ,what they mean? Preparing resources... Updating references... Warning: The dependency 'EW_Calender, Version=2.5.2055.20123,...
5
by: Gregor KovaĨ | last post by:
Hi! If I do IMPORT with ADMIN_CMD procedure and use MESSAGES ON SERVER option with IMPORT where are those messages stored? I know ADMIN_CMD returns a result set for IMPORT and an SQL I can get...
6
by: lawrence k | last post by:
If I ssh to my server and look at the php.ini file, it apears that open_basedir is off: ; open_basedir, if set, limits all file operations to the defined directory ; and below. This directive...
0
by: =?Utf-8?B?Qi4gQ2hlcm5pY2s=?= | last post by:
I have not tried this before. I have been building an ASP.Net 2.0 app for some weeks now and up till now I have not had any problems publishing. I was given a Word doc to include in the app. I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.