messsagebox

2002-04-26 Thread [EMAIL PROTECTED]
I use IIS 4, windows NT 4.0 ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Tk's messagebox

2002-04-24 Thread [EMAIL PROTECTED]
;'Title', -type=>'Ok'); It works but It's making a windows that I dont want... I only want messagebox.. I have look for information about only message box in tk and it's poor what i find I need a messagebox question for yes or not. Any may help me _

problems selecting when variables are present in statement sql

2002-04-16 Thread [EMAIL PROTECTED]
and it function right... But I'm confused about how do when the variables are in statement SQL.. Whatever suggest will be apreciated. ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

DBI, DBD::ODBC y MSQLServer 7

2002-04-11 Thread [EMAIL PROTECTED]
If you know how i can solve this, I'll thanks your suggest ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Math::BigFloat module

2002-04-02 Thread [EMAIL PROTECTED]
to use the common op1 < op2, op1 > op2 'cause I'm not sure how fcmp functions... If you know where beside Perl Programmers Reference Guide read about this. I'll thanks ___ Perl-Win32-Users mailing list [EMAIL

Win32::OLE error

2002-01-12 Thread [EMAIL PROTECTED]
stError); $word->{'Visible'}= 1 ; $word->Documents->Open($file_in) || die("Unable to open document: ", Win32::OLE->LastError) ; $word->ActiveDocument->SaveAs({ FileName => $file_out, AddToRecen

Microsoft Word

2001-12-18 Thread [EMAIL PROTECTED]
rmConversions => 0, ReadOnly => 1, AddToRecentFiles => 0, Format => wdOpenFormatAuto}); $rc = $doc->SaveAs({ FileName => $file_out, FileFormat => wdFormatDocument}); $rc = $doc->Close; } ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Convert html to word, needing help

2001-12-11 Thread [EMAIL PROTECTED]
plication', 'Quit')or die "Can't create Word object\n"; $doc = $word->Documents->Open({ FileName => $file_in, ConfirmConversions => 0, ReadOnly => 1, AddToRecentFiles => 0, Format => wdOpenFormatAuto});

help deleting a file when a cgi is given up

2001-11-27 Thread [EMAIL PROTECTED]
was deleted. If I know when the CGI is given up I could call a function for deleting the file which I created for saving the results of the query. Thanks in advance, Jackeline _______ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

SQL y Perl (column's name of a table in a database)

2001-11-15 Thread [EMAIL PROTECTED]
ine _______ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

help using ~s/(\w+)/\L$1/g ; ~s/(\w+)/\u$1/g ;

2001-07-05 Thread [EMAIL PROTECTED]
o get ComputaciĆ³n How I could do get it? ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Regex Question

2001-05-03 Thread [EMAIL PROTECTED]
3; $suburl = $4; _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Re: Net::SSH Help?

2001-02-14 Thread Ian Stewart/Great Lakes/[EMAIL PROTECTED]
Not sure about VCS::CVS, but using the command-line utility, you can use SSH in place of the built-in RSH implementation by setting the environment variable CVS_RSH to point to the SSH executable. HTH, Ian From: Martin Moss <[EMAIL PROTECTED]> on 02/1

Problems with subdirectory

2001-02-06 Thread [EMAIL PROTECTED]
Hi, Can you please answer the following two questions? 1. How can I find out the directory from which the program started? 2. How can I create a subdirectory of this directory? Thank you for help. Ladislav ___ Perl-Win32-Users mailing list [EMAIL

FW: Win32-SerialPort Problem

2000-12-05 Thread Tuan Tran &lt;[EMAIL PROTECTED]>
> -Original Message- > From: Tuan Tran <[EMAIL PROTECTED]> > Sent: Friday, December 01, 2000 3:25 PM > To: '[EMAIL PROTECTED]' > Subject: Win32-SerialPort Problem > > -- Hi, > I download Perl 5.6 supported Window NT to my comp