RE: Connection to MSSql

2002-11-18 Thread FARRINGTON, RYAN
below is the code I use to access a SQL 2K box. Make sure you are running MDAC 2.7 otherwise you will run into problems. Please forgive the un-'l33t code... I'n not a PERL guru (yet) and if you want to assist in making the code 'l33t please give it a shot =) use Win32::OLE;use

RE: Daemon example

2003-01-29 Thread FARRINGTON, RYAN
Title: RE: Daemon example win32::daemon::simple required you to be able to use win32::daemon as well... daemon has to be installed as a package =( -Original Message- From: Jenda Krynicky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 10:25 AM To: FARRINGTON, RYAN Cc

RE: Daemon example

2003-01-29 Thread FARRINGTON, RYAN
: FARRINGTON, RYAN [EMAIL PROTECTED] win32::daemon::simple required you to be able to use win32::daemon as well... daemon has to be installed as a package =( Oh well ... I did NOT ask you to install Win32::Daemon::Simple ! What do you get if you run ppm install http://Jenda.Krynicky.cz/perl/Win32

RE: Daemon example

2003-01-29 Thread FARRINGTON, RYAN
Message- From: Jenda Krynicky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 11:00 AM To: [EMAIL PROTECTED] Subject: RE: Daemon example From: FARRINGTON, RYAN [EMAIL PROTECTED] win32::daemon::simple required you to be able to use win32::daemon as well... daemon has to be installed

RE: Why is PHP popular?

2003-06-06 Thread FARRINGTON, RYAN
Title: RE: Why is PHP popular? Yes, I feel I know perl well enough to make money with it... Although my skill set it not dedicated to PERL it is just another language in the list. For me perl is a tool to assist in Server Administration and not a primary source for my income. -Original

RE: how to match the last line in a file

2003-06-19 Thread FARRINGTON, RYAN
Title: RE: how to match the last line in a file could you not also do open(FILE, file_for_read.txt); @array = FILE; $last_line_number = $#array; $last_line = $array[$last_line_number]; ?? you may have to add one or subtract one I can't remember =) -Original Message- From: Dave

RE: Page generation tweeking

2003-07-23 Thread Farrington, Ryan
/option~; } } $output_htmlvar .= /select; } print $output_htmlvar . \n; -Original Message- From: Farrington, Ryan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 23, 2003 9:41 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Page generation tweeking Ok I have a page that reads 2

RE: Killing a process on a win32 box

2003-08-14 Thread Farrington, Ryan
Title: RE: Killing a process on a win32 box BTW... Here is a good tutorial for that kind of thing http://gsu.linux.org.tr/oreilly/perl/sysadmin/ch04_02.htm Thanks OREILLY -Original Message- From: Kris Wolff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 12, 2003 12:07 PM

RE: Getting the full cgi parameter string...

2003-10-27 Thread Farrington, Ryan
Title: RE: Getting the full cgi parameter string... Seth, Do you need the get or the post? If you want to output all the variables that become available when you run a script in cgi just parse the %ENV hash that should give you all the info you need. -Original Message- From: