RE: [Perl-unix-users] Greedy Matching

2004-03-18 Thread Parvez Pathan
Hi Al, Thanks a lot!! I have been able to solve my problem and have also learnt a lot from all these inputs. Thanks once again. Parvez -- - Original Message - DATE: Thu, 18 Mar 2004 08:02:41 From: "Elston, Jeremy" <[EMAIL PROTECTED]> To: "'[

[Perl-unix-users] Greedy Matching

2004-03-17 Thread Parvez Pathan
;test/stuff' to 'test_stuff' $str =~ s/\//\_/; print $str,"\n"; But this gives me the result as "_var/tmp/test/stuff" Can anybody tell me what is wrong? Regards, Parvez Find what yo

[Perl-unix-users] Retrieving Perl hash values in javascript

2004-02-26 Thread Parvez Pathan
]; Can Anyone please point out how to retrieve the hash values so I can print 1,2,3.. Thanks in advance, Parvez Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpag

[Perl-unix-users] [Fwd: Problem]

2003-06-02 Thread Parvez Pathan
Original Message Subject: Problem Date: Fri, 09 May 2003 18:51:59 +0530 From: Parvez Pathan <[EMAIL PROTECTED]> To: Perl-Unix-Users <[EMAIL PROTECTED]> Hi Everybody, I have a small question? Can I retrieve the key from the hash if I have the value?

[Perl-unix-users] Attaching files with mail

2002-11-11 Thread parvez
k. How do I call a program and also attach the files with the mail. Thanx in advance, Regards, Parvez ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: [Perl-unix-users] setting environmental variables

2002-11-06 Thread parvez
Hi, Could try this out: ## code start #!/usr/bin/perl BEGIN { $ENV{MY_VAL} = 'This is It'; } print "ENV = ",$ENV{MY_VAL},"\n"; ## code ends Parvez ___ Perl-Unix-Users mailing list [EMAIL P

[Perl-unix-users] Sorting Dates

2002-10-22 Thread parvez
Hi Gurus, How do I sort an array of dates, which could be in any particular order. Parvez ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] Reading Word documents in Perl

2002-10-01 Thread parvez
Hi, How do I read Word documents in Perl. I know about Win32::OLE on Windows, Is there anything for Linux/Unix Regards, Parvez ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: [Perl-unix-users] Reading an uploaded Excel file

2002-08-14 Thread parvez
Spreadsheet::ParseExcel on $file_name I hope I am clear. I am too confised currently. Thanx, Parvez "$Bill Luebkert" wrote: > parvez wrote: > > Hi Gurus, > > I want to parse an excel file which will be uploaded through the > > browser and passed to my

[Perl-unix-users] Reading an uploaded Excel file

2002-08-14 Thread parvez
. Parvez ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] Any code for Bisection Method

2002-06-21 Thread parvez
Hi Gurus, Does anybody have some code to implement the Bisection Method in Perl. Thanx in advance, Parvez ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: [Perl-unix-users] Session Timeout in CGI

2002-06-12 Thread parvez
Hi, Cant I do all this when I am creating the cookie. If I have'nt got you wrong. I will have to update the value of the cookie on every user click. This will have to be done over abt 70 CGI programs. Parvez Simon Oliver wrote: > parvez wrote: > > > > I am using CGI

[Perl-unix-users] Session Timeout in CGI

2002-06-12 Thread parvez
abt 30 mins. Thanx in advance Parvez ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] Newton Raphson's or Bisection Interpolation in perl

2002-06-07 Thread parvez
Hi, Does anybody know of a module that helps in interpolation using Newton Raphson's method or Bisection method in Perl. Parvez ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: [Perl-unix-users] compiling perl scripts into EXE and then using the exe through apache

2002-06-06 Thread parvez
Hey, Never tried that, but soundz goood parvez "Henry Wong, ¶À³Ç¼e" wrote: > Why would you want precompile a perl script into exe > and run thru apache? > > Just wondering... Wouldn't be faster to run the perl > script thru Apache::Registry or re-

Re: [Perl-unix-users] compiling perl scripts into EXE and then using the exe through apache

2002-06-06 Thread parvez
Hi, did u try using perlcc taht does it on Unix/Linux: USAGE is: perlcc /usr/bin/perlcc: Usage: /usr/bin/perlcc [-o executable] [-r] [-O|-B|-c|-S] [-log log] [source[.pl] | -e oneliner] Parvez Martin Moss wrote: > All, > > I want to precompile a perl script into an exe, and then