Re: Reset in ANSIColor sets the background to black

2009-03-31 Thread Sisyphus
- Original Message - From: "Perl Help" To: "Sisyphus" Cc: Sent: Wednesday, April 01, 2009 9:32 AM Subject: Re: Reset in ANSIColor sets the background to black > Hi Rob, > > I am facing another problem with this code. When I call the function twice > in the same script, it throws me t

running a dos program from perl

2009-03-31 Thread Spencer Chase
Greetings Perl-win32-users, I need to run a dos program with parameters about 1500 times with different parameter sets. I have a perl script that creates batch files with the program call and parameters and these work fine. I am trying to find a way to automatically run all the batch files. The

Re: Reset in ANSIColor sets the background to black

2009-03-31 Thread Perl Help
Hi Rob, I am facing another problem with this code. When I call the function twice in the same script, it throws me the following error: Error Msg: Test[This is in Red color as expected for the first function call] Use of uninitialized value in bitwise and (&) at test.pl line 12. My Script is :

RE: what is the most robust and accurate way to determine the BOOTvolume?

2009-03-31 Thread Chris Wagner
Hi. The "right way" to retrieve this kind of information is from WMI. If u never used it download Scriptomatic from Microsoft and start exploring. I don't think it flat out tells u the information ur looking for but I think u can figure it out by cross referencing some things. The branches u'll

RE: what is the most robust and accurate way to determine the BOOTvolume?

2009-03-31 Thread Brian Raven
From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Greg Aiken Sent: 30 March 2009 23:01 To: perl-win32-users@listserv.activestate.com Subject: RE: what is the most robust and accurate way to determine the BOOTvolume? > I

Win32::OLE: problem setting hyperlinks in Excel spreadsheet

2009-03-31 Thread Mark Wood-Patrick
Mark Wood-Patrick wrote: > I have some code which needs to set hyperlinks in an Excel document > and I want the text displayed to be different from the actual link > address. > > The following code works just fine for me: > > $worksheet->Hyperlinks->Add({ Anchor=> > $worksheet->Cells