List,
I was too quick to throw this out - I have found the answer.
$format01 = $workbook->add_format();
$format01->set_align('center');
$ws1->keep_leading_zeros();
$ws1->write_row($rowcnt,0,[EMAIL PROTECTED], $format01);
Ken
Ken Barker
IT Lead
Americ
List:
I am using Spreadsheet::WriteExcel and having some difficulty with formatting
cells.
I am seeing some strange things with the set_row. Take for example these two
lines:
$ws1->write_row($rowcnt,$colcnt,[EMAIL PROTECTED], -align=>center);
This line is the line that is writing the line into
> -Original Message-
> From: Tfbsr Bertrand
> Subject: network inventory
>
> Is there anything out there that would allow to
> identify a network device as a (router, switch,
> firewall etc)?
>
The most common way to do this is via SNMP. There are plenty of network
management tools out th
On Wed, 25 May 2005 08:24:14 -0700, Nguon, Vath wrote:
> Hello,
>
> I am writing a Perl script that prompts for a password from a DOS command
> prompt. Since this is a password, each character typed in should be hidden
> or replaced with "*" so they won't be clearly visible. Does anyone know any
I sent this message about a month ago and never received any responses. Is
this possible? Anyone have any suggestions?
Thanks,
Bowie
From: Bowie Bailey
> Sent: Monday, March 28, 2005 4:45 PM
> To: activeperl@listserv.ActiveState.com
> Subject: ISAPI Filter
>
>
> I want to create an IIS filte
Is there anything out there that would allow to
identify a network device as a (router, switch,
firewall etc)?
Thanks
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_
Title: Active Directory (LDAP)
I did not use SSL.
We've not only drank the microsoft kool-aid, we're
swimming in it. AD will be THE directory here for quite some
time...
Still want the code?
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Sundaram Divya-QDIVYA1Sent: Wed
You need commas between array elements; you've defined $List1 as a single string. If you must needs do it that way, then yes, you need split().
HTH,
Deane
Jim Hansen <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
05/25/2005 16:06
To: activeperl@listserv.ActiveStat
Wayne Simmons wrote:
> Hello all,
>
> I frequently see people on this list giving timing for functions or
> algorithms. Can someone point me to the point me to the module used
> for this timing? Or at least what method you used to time, I'm
> assuming it's not just a stopwatch because some of the