Re: How to use Perl function 'system' in Windows environment?

2006-02-02 Thread Foo Ji-Haw
Mary Anderson wrote: Hi all, I am writing some CGI scripts to be run in my Windows XP environment. I would like very much to have my script generate e-mail to a user and to take an Excel spreadsheet and run an Excel macro on it. Can someone clue me in on how to do this? Part 1 is easy: Use

CGI with JavaScript

2006-02-02 Thread Moreno, Javier
Hi all, I tried adding some JavaScript external library code calls via: ### Start snip print $entry_cgi->start_html( -title=>$tags{'HEADER'}, -script=>$jscript, -style => {-verbatim => '@import url("/ITTWeb/css/default.css");', -src => '/ITTWeb/css/default.css'} ); ##

Re: Spreadsheet::WriteExcel

2006-02-02 Thread Lynn. Rickards
> ---Original Message--- > From: Ken Barker <[EMAIL PROTECTED]> > Has anybody used the Excel "Group By Rows" using the > Spreadsheet::WriteExcel module? > > > Also setting the "Zoom" for the spreadsheet? > > > Any examples would be appreciated much. > There are some goo

RE: Spreadsheet::WriteExcel

2006-02-02 Thread Hicks, Robert
This is from the docs:   Grouping in Spreadsheet::WriteExcel is achieved by setting the outline level via the set_row() and set_column() worksheet methods:     set_row($row, $height, $format, $hidden, $level)    set_column($first_col, $last_col, $width, $format, $hidden, $level) The fol

Spreadsheet::WriteExcel

2006-02-02 Thread Ken Barker
Has anybody used the Excel "Group By Rows" using the Spreadsheet::WriteExcel module?   Also setting the "Zoom" for the spreadsheet?   Any examples would be appreciated much.   Thanks!   Ken     Ken Barker IT Lead Tel: 314-213-7927 1100 Corporate Square St. Louis, MO 63132 [EMAIL PROTECTED]The

How to use Perl function 'system' in Windows environment?

2006-02-02 Thread Mary Anderson
Hi all, I am writing some CGI scripts to be run in my Windows XP environment. I would like very much to have my script generate e-mail to a user and to take an Excel spreadsheet and run an Excel macro on it. Can someone clue me in on how to do this? Thanks Mary Anderson UCDavis

Re: you run windoze?

2006-02-02 Thread JPerlmutter
response @ bottom [EMAIL PROTECTED] wrote on 02/01/2006 09:26:24 PM: > > Today's Topics: > >8. Re: someone fooling with virus ($Bill Luebkert) > > > Message: 8 > Date: Wed, 01 Feb 2006 17:58:18 -0800 > From: "$Bill Luebkert" <[EMAIL PROTECTED]> > Subject: Re: someone fooling with virus >

Re: He's at it again!

2006-02-02 Thread jeffg
On Thu, Feb 02, 2006 at 10:53:43AM +0800, Foo Ji-Haw wrote: > Jeff Griffiths wrote: > Is there some kind of a JAVAqi terrorist seeking to destory the Perl > community? :) It cannot be from Microsoft since they have a stake in > ActiveState. Actually Microsoft has never really had a stake in us,

RE: He's at it again!

2006-02-02 Thread Bertrand, Jean-Marc
This virus has made the news. Go to http://news.bbc.co.uk/2/hi/technology/4673576.stm. It is set to strike tomorrow by wiping out common files. Better update your virus protection if you have not already and backup your files if you are not using a UNIX based OS. Here is a list of the files it w

Website Load testing...

2006-02-02 Thread Lincoln, Adym
Hi all, Trying to get some information. I am researching alternatives for load testing of websites. We currently have a commercial solution that gets used in-house, but booking time on it is increasing more difficult. As such, I've started looking at open source solutions. I should state right

RE: someone fooling with virus (or is enough enough)

2006-02-02 Thread Bowie Bailey
Mitch wrote: > And, lets face it, if any folk on the list were overly affected by all > of this, I would suggest that they need to look long and hard at the > way they handle their inbound mail. Agreed. I have been following this thread, but I have yet to see any of the viruses that everyone is t

Re: How to get result from Perl script into windows bat variable?

2006-02-02 Thread Beau E. Cox
On Wednesday 01 February 2006 12:27 pm, Stump, Gary wrote: > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Eric Hanchrow > > Sent: Tuesday, January 31, 2006 7:20 PM > > To: activeperl@listserv.ActiveState.com > > Subject: Re: How to get resu