RE: perl on Mac OSX

2001-12-31 Thread scott.lutz
What if you try this %perl filename.pl If this runs then it just means that your path_to_perl is wrong on your shebang line. Happy New Year all!! -Original Message- From: John Gilger [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 6:27 PM To: [EMAIL PROTECTED] Subject: perl o

RE: output into a csv file

2001-12-19 Thread scott.lutz
This is getting a touch off base from where I wanted to go, but the jist of what I started with is this. Open a .csv file, enter every record into the array, one at a time, then copy the first value to the third last value, then print this value back to a new .csv file, including the comma separat

Best DBI for newbie

2001-12-14 Thread scott.lutz
I am looking for the best way to connect to a MS SQL 7 database from a remote Win2000 machine. I have looked at DBI::ODBC.pm / Win32::ODBC.pm, but the documentation is kinda weak for the win32 ports. I have used the DBI::Oracle driver, so I can reference that. --- Scott Lutz ---