Hi All,
what module to access windows active directory?
Regard
--- nancy clark <[EMAIL PROTECTED]> wrote:
> Date: Mon, 6 Jun 2005 00:48:08 -0700 (PDT)
> From: nancy clark <[EMAIL PROTECTED]>
> Subject: Re: Accessing Active Directory
> To: hf <[EMAIL PROTECTED]>
>
> I'm using Perl, not C# man.
Hi all
i'm new to perl. I'm trying to download file using LWP::UserAgent module
from "http://www.abcd.com/thisfile.zip";
but, i need to supply user name & password first before downloading that
file.
how to do that using LWP::UserAgent?
for example, user name = "user" and password = "password"
change 'with' -> 'while'
while (my $r = $Sheet->Columns($Range), ColumnWidth => 1);
Saadat Saeed <[EMAIL PROTECTED]>
03/11/2004 11:55 AM
To
[EMAIL PROTECTED]
cc
Subject
Win32::OLE 7 Excel
Now Using Win32::OLE I could input Data into an Excel
sheet using the perl docs by ActiveState
Do perl have handling error (exception) mechanism?
for example: java use : try{...} catch{...}
Thanks
Hi All,
Is it possible to use module perl modules (let say DBD::Xbase) in java?
i'm sorry posting this java question to this perl forum,
because no body (able to) answer this question in java forum.
Edit CPAN configuration.
(do not forget to back up)
For example:
edit file: /usr/lib/perl5/5.6.0/CPAN/Config.pm
and change the statement:
'urllist' => [q[bla .. bla.. bla..]]
Thank you Raghavan, its work :)
Sudarshan Raghavan <[EMAIL PROTECTED]>
09/11/2003 03:44 PM
To
[EMAIL PROTECTED]
cc
Subject
Re: Perl Module to print $string in exact possition
Hari Fajri wrote:
>Hi All,
>
>What is perl module to print $string in exact position in scee
Hi All,
What is perl module to print $string in exact position in sceen.
For example:
i wanna print "time remaining: 59 second(s)"
after that, i want to replace it with: "time remaining: 58 second(s)"
Thank you