Update All Modules CPAN.pm

2005-12-19 Thread Joel Divekar
Hi Under CPAN when I run r command, I get the list of updatable modules. Is there any command to get all these modules auto updated. Thanks. Regards Joel Mumbai, India 9821421965 __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam prot

Validating Decimal Values

2005-11-30 Thread Joel Divekar
Hi I am having a small program which parses data file. The data file contains decimal values and I am not able to validate the decimal number. For eg. the decimal number will be as follows Max Size : 9.99 valid values : 3.00 or 745.15 or 21576.00 invalid values : 3.001 or 745.1555 or 215766.

File Management

2005-07-22 Thread Joel Divekar
Hi All We have a windoz based file server with thousand of user accounts. Each user is having thousand of files in his home directory. Most of these files are duplicate / modified or updated version of the existing files. These files are either .doc or . xls or .ppt files which are shared by group

Count special character

2005-05-24 Thread Joel Divekar
Hi All I want to search a string for a special character and count the occurance. My code is as follows : -- #!/usr/bin/perl -w my $a = "a:b:c:d:e:f:\:↔:↔:"; my $count = ($a =~ tr/\chr(29)//); print $count; -- Following code

Installing Downloaded Modules from CPAN

2005-04-05 Thread Joel Divekar
Hi All I am using Activestate Perl Ver 5.8.4 under Windows 2k and due to firewall I am not able to install packages using ppm / ppm3. I have checked following doc but no luck. Please advice. I am sorry if this point was discussed earlier. http://www.cpan.org/modules/INSTALL.html Regards Joel Mu

Re: Converting numbers into date format

2001-12-04 Thread Joel Divekar
Hi use POSIX Regards Joel At 11:54 AM 12/4/2001 +0330, nafiseh saberi wrote: >hi >you can do it with >gmtime >localtime >and many time function in... >http://www.perldoc.com/perl5.6/pod/func/gmtime.html >http://www.perldoc.com/perl5.6/pod/func/localtime.html >be successful. >your problem will

Re: Off-Topic (200%) - Where are you from?

2001-11-09 Thread Joel Divekar
Hi I am from Mumbai, India Working for a software firm. God only knows how long my company will survive ... Feeling the pain of recession ... Perl Monk on www.perlmonk.org (Jamnet) Have a 9+ years experience Looking for a good job... Ready to relocate Regards Joel At 03:56 PM 11/9/

Re: Where does Makefile.PL pick up include paths from?

2001-09-19 Thread Joel Divekar
Hi Reg Read you posting on the mailing list. Even I am behind firewall but still I am able to install packages without downloading them individually. ok put this into a batch file and run or run each command individually before installing new packages set HTTP_proxy=http://10.1.1.1: #

SMTO Socket Connection

2001-08-12 Thread Joel Divekar
Hi Friends Friday evening I heard a New that there is a change of MTA on our WebServer. And then all my Perl scripts running on our WebServer refuse to send me any stats / logs by email. And this gave me a jolt on Saturday morning. I requested our Admin to send me docs related to our new MTA a

Re: is it possible?

2001-07-31 Thread Joel Divekar
Hi Rahul I am sorry to say that we always see you coming up with questions and no efforts from you end. Either you are used to spoon feeding or just want to get things done for free. This will not help you as well as the list in the long run. Thanks for your co-operation Regards Joel Jamne

Re: Activestate installation

2001-07-17 Thread Joel Divekar
Hi Debashis I have a same setup at home. Add perl installation path in your autoexec.bat file if not done automatically. I don't think you need to configure anything more if you are using new perl releases Regards Joel At 03:45 PM 7/17/2001 +0100, debashis rana (JIC) wrote: >Hi, > >I attemp

Re: PARSING

2001-07-17 Thread Joel Divekar
Hi Rahul Show what attempts you have done before asking for help ok ... how do you plan to grow. Anyway this is what you are looking for $string ="rahul;john;hary;brian;raj;dolly;jim;"; my @a = split(/;/, $string); foreach $item (@a) { print "$item\n"; } Regards Joel At 01:18 PM

Re: ActivePerl - how does one configure for HTML

2001-07-17 Thread Joel Divekar
Hi Scott I was having sleepless nights because of the same problem I tried whatever I could, tried configuring PWS it didn't work surely will check the link. One right solution can help many more lives Thanks a lot Regards Joel At 08:09 PM 7/17/2001 +1000, you wrote: > > > WinNT co

mod_perl

2001-07-05 Thread Joel Divekar
Hi All Today I installed Indigo Perl on my system and when I tried the sample code which came along with the installation to test mod_perl it gave an error as "Page not found" I checked the following before posting a) I found that the file exists b) path in the html page is also correct. c) Ap

Re: ActivePerl PPM Question

2001-07-03 Thread Joel Divekar
Hi Bill I had faced this problem earlier I don't know why it is not installing the module if downloaded to the local machine but when you are connected to internet and when you try installing, it works properly. I have installed modules from behind proxy / firewall. If you find the solution pl

How to start

2001-06-22 Thread Joel Divekar
Hi There I have been asked to write a program to check if links on our website are live. I have never tried it and I don't know how to start. I am looking for some guidelines. Thanks Regards Joel -- QuantumLink Communications, Bo

Re: Telnet

2001-06-20 Thread Joel Divekar
Thanks Brett Will surely download CygWin32... anyway I wanted to install it for Perl Regards Joel At 10:44 AM 6/20/2001 -0400, Brett W. McCoy wrote: >On Wed, 20 Jun 2001, SAWMaster wrote: > > > Yes and no. You cannot do it with telnet, but you can get what you want by > > using an x-term clie

Re: Telnet

2001-06-20 Thread Joel Divekar
Thanks SAWMaster (Not your real name I suppose) Will surely give it a try but I am looking for a free software Regards Joel At 09:25 AM 6/20/2001 -0500, SAWMaster wrote: >Yes and no. You cannot do it with telnet, but you can get what you want by >using an x-term client and setting up the ser

Re: Telnet

2001-06-20 Thread Joel Divekar
Thanks Derek Regards Joel At 03:01 PM 6/20/2001 +0100, Derek Harding wrote: >On Saturday 16 June 2001 07:28, Joel Divekar wrote: > > Hi > > > > Hey can we run KDE or Xwindows by telneting to Linux servers ??? > > > > Regards > >Not by telnet but certainly

Re: Simple question...

2001-06-20 Thread Joel Divekar
Hi Jack Please refer to my program 'Simple Mail Client' under code section on www.perlmonks.org it will takes care of mail header and will allow you to work with mail body. Do let me know if it helped you ... I am working on the update. Regards Joel Jamnet Monk www.perlmonks.org At 02:30 PM 6/

Re: OT:RE: Telnet

2001-06-16 Thread Joel Divekar
e" >telnet to remote machine >type "DISPLAY=your.machines.ip.address:0.0" >type "export DISPLAY" >now try and run an xterm > >NOTE: your session is insecure as hell. You are still better of using >ssh (and with most setups you don't have to spe

Different releases of Perl for Win

2001-05-29 Thread Joel Divekar
Hi All I have been using Activestate Perl and I am very happy with it, but from the time I read that there are different releases of perl I want to try them. Actually I do all the development on my system (win2k) using Activestate Perl and then run them on our Linux servers. Can any body give

Re: useful scripts

2001-05-22 Thread Joel Divekar
Hi why don't you check my perl program on www.perlmonks.org by the name 'Simple Mail Client' - user name - Jamnet Regards Joel At 10:59 AM 5/22/2001 -0700, Dan Brown wrote: >Richard KHOO Guan Chen wrote: > > > > Sorry if this is a stupid question > > > > Just wondering if there is a site which

Perl - Cryptography

2001-05-17 Thread Joel Divekar
Hi Please I am looking for tutorials and mailing list on cryptography and also on Hacking (to make our site secure) Regards Joel -- QuantumLink Communications, Bombay, India

Cryptography

2001-05-17 Thread Joel Divekar
Hi Please I am looking for tutorials and mailing list on cryptography and also on Hacking (to make our site secure) Regards Joel -- QuantumLink Communications, Bombay, India

Perl - Cryptography

2001-05-17 Thread Joel Divekar
Hi Please I am looking for tutorials and mailing list on cryptography and also on Hacking (to make our site secure) Regards Joel -- QuantumLink Communications, Bombay, India

Mailing List

2001-04-29 Thread Joel Divekar
Hi There Can anybody give me mailing list address for 1) Linux Administration 2) Linux Administration with Perl 3) Linux Security Urgent, I have been asked to take up additional responsibility of System Administration at the earliest Regards Joel ---

Re: Error: Runtime Exception

2001-04-27 Thread Joel Divekar
Hi At 12:16 PM 4/27/2001 -0400, David H. Adler wrote: >On Thu, Apr 26, 2001 at 06:43:37PM -0500, Arante, Susan wrote: > > This used to be working but after my very adventurous fiasco (deleting > > perl5, installing perl6, deleting perl6, installing perl5 - yes i deleted > > not uninstalled), it's

mod_perl

2001-04-24 Thread Joel Divekar
Hi There What is mod_perl ? I have Apache Server installed on my system. Please can anybody mail me windows installable and its tutorials and other docs directly. Thanks Regards Joel -- QuantumLink Communications, Bombay, India

Re: Perl Man Pages

2001-04-19 Thread Joel Divekar
Hi Ray At 09:54 AM 4/19/2001 -0600, Ray Calkins 100660207 wrote: >Hi All: > >I'm very much a beginning perl programmer, and I just discovered that perl >has a >huge manpage presence. > >Perl Man Pages >http://www.aisd.com/technology/perl/man/ >Overview and listing on the web. > >I understand how

Re: DBD and DBI::Pg

2001-04-16 Thread Joel Divekar
Hi At 09:19 PM 4/15/2001 -0400, Joel Burton wrote: >On Sun, 15 Apr 2001, N@ta$ wrote: > > > -A Quake3Arena server > > HAVE IT > > > > -An SQL database compatable with Perl:DBI:DBD and PHP4 > > CURRENTLY RUNNING PostgreSQL, but HAVE NOT INSTALLED DBI::DBD > > > > -Perl > >R

Re: help ma as i am new commer

2001-04-16 Thread Joel Divekar
Hi Arfan Search www.perl.com At 10:44 PM 4/15/2001 +0500, arfan wrote: >hi to all >i am very new in perl world pls tell me the site from where i can get >all perl documentation and notes >hoping reply >arfan hmad rana Arfan you are from where ? Joel Mumbai, India --