Re: $_ = undef; # Creates 'modicication of read-only' error

2003-01-10 Thread Lee Goddard
As I mentioned in my post after the one you replied to, it must have become a reference, don't you think? I've got the flu - don't quote me on anything. But in the post you replied to, I thought I included the perl POD that contains an example like yours? At 03:39 10/01/2003, Carl Jolley

RE: CGI and client side

2003-01-10 Thread Paul O'Russa
Yes, it does. It also can run on the client side in IE on Windows, when properly designed to do so. Samuel Dorfman [EMAIL PROTECTED] 1/8/2003 2:48:13 PM CGI and client sideCorrect me if I am wrong but I believe ActiveX runs on the server side. Sam -Original Message- From: [EMAIL

Re: $_ = undef; # Creates 'modicication of read-only' error

2003-01-10 Thread Thomas R Wyant_III
Lee Goddard [EMAIL PROTECTED] wrote: Here's a funny thing: I'm getting the runtime error Modification of a read-only value attempted when $_ is set to any value (including undef). This is the only $_ in the scope, and it doesn't matter where in the block I put it. First thing in a

LWP equivalent in VB.net

2003-01-10 Thread Mangesh
Hi, I have used LWP in PERL but is there anything equivalent in VB.Net or elase can we use PERL LWP in .NET Thanks, Mangesh Paranjape

Re: LWP equivalent in VB.net

2003-01-10 Thread Mark G. Franz
Have you seen the XMLHTTP method? - Original Message - From: Mangesh To: [EMAIL PROTECTED] Sent: Friday, January 10, 2003 9:12 AM Subject: LWP equivalent in VB.net Hi, I have used LWP in PERL but is there anything equivalent in VB.Net or elase can we

RE: IP Address

2003-01-10 Thread Carl Jolley
On Fri, 10 Jan 2003, [iso-8859-9] Burak Gürsoy wrote: why? -Original Message- From: Carl Jolley [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 5:36 AM To: Burak Gürsoy Cc: [EMAIL PROTECTED] Subject: RE: IP Address [snip] Change __END__ to __DATA__. So you

listing subroutines defined locally in a class

2003-01-10 Thread Martin Moss
All, I want to be able to take a class and in it's 'new' subroutine do a check to ensure that each class has been given configuration information for each subroutine it has defined locally within that class. The problem I have is that I don't know how to differentiate between methods

Re: [Perl-unix-users] listing subroutines defined locally in a class

2003-01-10 Thread Martin Moss
Not the solution I was looking for:-) You need to go lookup the unsubscribe options at activestate.com, can't remember what they are offhand, but nobody on this list has the actual power to take you off the list, Regards Marty - Original Message - From: J. Utermehle [EMAIL PROTECTED]

Re: listing subroutines defined locally in a class

2003-01-10 Thread Bao Tran
UNSUBSCRIBE please!! From: Martin Moss [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: listing subroutines defined locally in a class Date: Fri, 10 Jan 2003 18:56:13 - All, I want to be able to take a class and in it's 'new' subroutine do a check to ensure that

Re: Extracting information from Word Document

2003-01-10 Thread Carl Jolley
On Fri, 10 Jan 2003, S C wrote: Hi, I need to do a quick script to extract infomation from a MS Office 2000 Word document. I have found that I should use Win32::OLE and it is quite simple to open the document. What I can'tfind out is how to do the following: I want to select all Level3

Re: Extracting information from Word Document

2003-01-10 Thread Carl Jolley
On Fri, 10 Jan 2003, Sune Carlzon wrote: You can see my (not working) code below, as you understand I have not much of a clue concerning OLE objects use Win32::OLE; use Win32::OLE::Const 'Microsoft Word'; # Use existing running Word else start a new my $Word =

RE: Extracting information from Word Document

2003-01-10 Thread Ross Matt-QMR000
I do that allot but it is frustrating converting the strings to work inside of perl. Once you crack the code put it into a helpful hint file for yourself like what Richard Beckett did for Excel. -Original Message- From: Carl Jolley [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003

Win32::OLE

2003-01-10 Thread FARRINGTON, RYAN
Title: Win32::OLE ok I have a script that uses Win32::OLE(ADODB.Connection) to connect to a MSSQL 2K database server and I was just playing with the query analyser provided by Microsoft with the client components. When u run a query it returns (x) rows effected [or something like that] I

RE: Win32::OLE

2003-01-10 Thread FARRINGTON, RYAN
Title: Win32::OLE the unfortunate thing about that is what happens when the row count is above 100mil [takes FOREVER =)], or your doing an update [no change] =( -Original Message-From: Bullock, Howard A. [mailto:[EMAIL PROTECTED]]Sent: Friday, January 10, 2003 3:02 PMTo:

RE: IP Address

2003-01-10 Thread Burak Grsoy
hmm... ok :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Carl Jolley Sent: Friday, January 10, 2003 10:00 PM To: Burak Grsoy Cc: [EMAIL PROTECTED] Subject: RE: IP Address On Fri, 10 Jan 2003, [iso-8859-9] Burak Grsoy wrote: why?