Test.

2005-03-02 Thread nntp.perl.org
This is only a test. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: check whether file is ascii or ebcdic

2004-01-14 Thread nntp.perl.org
> > Hi > > > > How do I check whether a file is in ebcdic or ascii format ? > > > > Thanks, > > Nitish > > > > > perldoc -f -x > > That tells me how to find if a file is ascii text > > if(-T $file) { >print "$file is an ascii text file \n"; > } else { > print "Not an ascii text file \n"; >

Re: check whether file is ascii or ebcdic

2004-01-14 Thread nntp.perl.org
> > > > How do I check whether a file is in ebcdic or ascii format ? > > > > Thanks, > > Nitish > > > > > perldoc -f -x > > That tells me how to find if a file is ascii text > > if(-T $file) { >print "$file is an ascii text file \n"; > } else { > print "Not an ascii text file \n"; > } is t

check whether file is ascii or ebcdic

2004-01-14 Thread nntp.perl.org
Hi How do I check whether a file is in ebcdic or ascii format ? Thanks, Nitish -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

beginner trying to parse a piece of mail

2003-08-26 Thread nntp.perl.org
I have had success now using Mail::MboxParser for all my basic mail parsing needs, like getting subject, from, to. Now bossman wants me to do more extensive regex filtering and grabbing weird data in the email body. I wrote a little test script, shown below. I am able to get the "appointment dat

Sick of Installing CPAN modules

2003-08-14 Thread nntp.perl.org
I have parse a mailbox in order to grab data from each email. Simple enough right? So I tried to use the CPAN module Mail::MboxParser (0.17 version because the new one requires more modules than this one) I installed the prerequisite MIME::Tools (5 version, not developer) and this went fine. MIM

Mailing list vs NNTP

2003-07-15 Thread nntp.perl.org
does the news server update more slowly then the mailing list? I have not received any messages since 2pm EST. Paul Kraus -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: a perl program that downloads

2003-07-15 Thread nntp.perl.org
"Kevin Lind" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I need a perl program that downloads and saves (Save Target As...) a list of > links given in a text file. For example, a text file will contain the > following lines: Look into LWP or the utility wget which already does t