[Perl-unix-users] sequel connection from unix

2002-12-04 Thread Terry Vaughn
Hello to all. Has anyone had the privelege of having to connect to a Win32 Sequel 2K DB from a perl program executing on a unix machine ?? Either read or write to the DB . If so, pls...oh pls share a snibbet of code or experiences. Thanks. Terry ___

RE: [Perl-unix-users] OT cygwin question

2002-11-21 Thread Terry Vaughn
m the at schedule. That would work. ~Mike L. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Terry Vaughn Sent: Wednesday, November 20, 2002 8:23 AM To: [EMAIL PROTECTED] Subject: Re: [Perl-unix-users] OT cygwin question I'm all ears. Is there a

Re: [Perl-unix-users] OT cygwin question

2002-11-20 Thread Terry Vaughn
--- James Schappet http://www.schappet.com On Wed, 20 Nov 2002, Terry Vaughn wrote: > Hello. I have the cygwin bash environment installed on Win2K and run a lot of my >perl scripts from this env. > > I have a script that I would like to run from the "AT" scheduler, bu

[Perl-unix-users] OT cygwin question

2002-11-20 Thread Terry Vaughn
Hello. I have the cygwin bash environment installed on Win2K and run a lot of my perl scripts from this env. I have a script that I would like to run from the "AT" scheduler, but the perl script has to run from the cygwin bash env. It contains a system command that calls "tar". Has anyone used

Re: [Perl-unix-users] regexp Q

2002-11-12 Thread Terry Vaughn
Thanks for your answers. They were helpful. Terry >>> "Terry Vaughn" <[EMAIL PROTECTED]> 11/12/02 03:20PM >>> THis is the best I could come up with so far.would prefer to use something with reg expressions : $linetoprobe = "YYY~ZZZ"; @myt

Re: [Perl-unix-users] regexp Q

2002-11-12 Thread Terry Vaughn
THis is the best I could come up with so far.would prefer to use something with reg expressions : $linetoprobe = "YYY~ZZZ"; @mytempvalue = split(/ZZZ/, $linetoprobe); print substr(@mytempvalue[0], -1); >>> "Terry Vaughn" <[EMAIL PROTECTED]

[Perl-unix-users] regexp Q

2002-11-12 Thread Terry Vaughn
Hello all. $linetoprobe = "YYY~ZZZ" ; How Do I assign $mytempvar the character immediately prior to "ZZZ" using reg exp?? Terry ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] Join Question

2002-11-01 Thread Terry Vaughn
Hello all. Can someone tell me how to maintain the "0" in the below join statement. For times < 1200 noon I need to maintain the '0'. example: 8:30am should join as 0830 preferrably not 830 which is the string generated. Thanks. Terry $queuetime = (stat("$PREIMPORTDIR/$PREIMPORTFILE

[Perl-unix-users] trim trailing spaces

2002-10-18 Thread Terry Vaughn
Hello. What's the quickest way to trim trailing spaces from a variable ?? Terry ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] replace "~" with \n

2002-10-04 Thread Terry Vaughn
Hello. Can anyone tell me a quick way to replace all "~" within a given file to "\n" ? perhaps a unix function from the cmnd line ? Thanks. Terry ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mail

[Perl-unix-users] parsing files by date within dir

2002-09-12 Thread Terry Vaughn
Hello. Can someone fwd me a snibbet of code to identify all files within a specified unix directory with a specific create date so that only those files are opened and operated on. Thanks. Terry ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To