Fwd: Re: Accessing Active Directory

2005-06-06 Thread hari fajri
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.

LWP::UserAgent Question

2004-03-31 Thread Hari Fajri
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"

Re: Win32::OLE 7 Excel

2004-03-10 Thread Hari Fajri
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

Handling error with exception

2004-02-12 Thread Hari Fajri
Do perl have handling error (exception) mechanism? for example: java use : try{...} catch{...} Thanks

perl modules in java

2003-09-18 Thread Hari Fajri
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.

Re: Problems with CPAN

2003-09-17 Thread Hari Fajri
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..]]

Re: Perl Module to print $string in exact possition

2003-09-11 Thread Hari Fajri
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

Perl Module to print $string in exact possition

2003-09-11 Thread Hari Fajri
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