DBI SQL question

2003-02-18 Thread Jeff Slutzky
re o_curdate = ? and o_fdisp in (?) ") or die $dbh->errstr(); $sth->execute("$fdate","$ffdisps") or die $sth->errstr(); Jeff Slutzky ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

*nix to Window 2000 sockets communication

2003-01-29 Thread Jeff Slutzky
ation where the Client is *nix based and the Server is Windows based? -- Jeff Sl

RE: socket application

2003-01-28 Thread Jeff Slutzky
help. -Original Message- From: Dirk Bremer (NISC) Sent: Tuesday, January 28, 2003 3:11 PM To: [EMAIL PROTECTED] Subject:Re: socket application - Original Message - From: "Jeff Slutzky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Jan

socket application

2003-01-28 Thread Jeff Slutzky
I am attempting to make a socket server running on a Win98 platform and have a socket client connecting from a SCO Unix platform. What happens is that I start the server and it sits waiting, I then connect from the SCO server with the client socket app and I detect a connection on the Windows

RE: WAV to MP3

2003-01-23 Thread Jeff Slutzky
uot;"); If you wanted to get a bit fancier, I suppose you could use the DLL version of lame and Win32::OLE If you are asking for a pure perl mp3 encoder, I don't think such a beast exists. -Original Message- From: Jeff Slutzky [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23,

WAV to MP3

2003-01-23 Thread Jeff Slutzky
Has anyone been able to convert WAV to MP3 with Win32 Perl. Can someone let me know if there is a module to do this, or where I can look? Jeffrey L. Slutzky Manager System Administration 402.501.4860 (Direct) 402.850.4860 (Cell) Affinitas - Latin for "Relationship" Helping Businesses Acquire,

RE: Get IP Address

2003-01-22 Thread Jeff Slutzky
'WINIPCFG' at the command prompt; don't forget to select the right "interface" from the picklist. If it's a remote host, how are you contacting it now? Cheers -Original Message- From: Jeff Slutzky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 1

Get IP Address

2003-01-22 Thread Jeff Slutzky
Is there a quick and dirty way to get the IP address for a Win9x PC? Jeffrey L. Slutzky Manager System Administration 402.501.4860 (Direct) 402.850.4860 (Cell) Affinitas - Latin for "Relationship" Helping Businesses

Question about Win32 API Prototype

2003-01-20 Thread Jeff Slutzky
I have been attempting to migrate some code from VB to Win32 Perl using the Win32::API::Prototype module. I am calling the 'winmm.dll' and I have everything pretty much working correctly other than one call that saves the voice recording to a file, as specified within the .dll calls. Can someo