RE: Missing header files???

2004-04-14 Thread Bradley A. Brown
>it's highly unlikely that your machine do not have those headers. do you >know where they are located? /usr/include and /usr/include/sys. Standard locations for the platform. Bradley -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: I don't get it ... array

2004-04-14 Thread Bradley A. Brown
>my node_l; This should be "my @node_l". Bradley -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Missing header files???

2004-04-14 Thread Bradley A. Brown
Howdy everyone, I'm attempting to make the Filesys::Statvfs and Filesys::Df modules. I've included the resulting output from my attempt to make the modules. It appears that it is complaining about not being able to find headers but I know that the header files are present on the system.

RE: What is eval?

2004-01-29 Thread Bradley A. Brown
http://www.perldoc.com/perl5.8.0/pod/func/eval.html Bradley -Original Message- From: Mallik [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 7:26 AM To: Perl Beginners Subject: What is eval? Can anybody explain the functionality of eval in brief? Thanks in advance, Mallik.

RE: How to send results to more than one recipient

2004-01-20 Thread Bradley A. Brown
I use Mail::Sender on a daily basis for several things in a production environment and it works beautifully. Its easy to use and allows for email attachments as well!!! Bradley -Original Message- From: Dan Muey [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 10:26 AM To: Sander;

RE: Apel of VIM was Emacs Wizards

2004-01-15 Thread Bradley A. Brown
Nicely put. Bradley -Original Message- From: Dan Anderson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 10:02 AM To: Jeff Westman Cc: Perl Beginners Subject: RE: Apel of VIM was Emacs Wizards On Wed, 2004-01-14 at 18:22, Jeff Westman wrote: > Incidently, emacs has a 'dired

RE: Apel of VIM was Emacs Wizards

2004-01-14 Thread Bradley A. Brown
I use vim on a daily basis from the command line and its syntax highlighting and color coding is very nice in my opinion. I'm not flaming here so don't take me wrong, but I heard it said once that knowledge of a language can never be replaced by an IDE. IDE's have always been a put off to me, but I

RE: How to parse Microsoft Outlook Inbox

2004-01-09 Thread Bradley A. Brown
You can also export emails into .txt files as well... At least you can on 2000 and XP. You can also get an add-on for Outlook that will automatically do this for you. Since the one I use is a commercial program I will just say do a google search on automatically saving emails in outlook and you sho