need help with SpreadSheet::Parse perl module

2008-11-21 Thread Manasi Bopardikar
.xls for writing.but currently I am not able to find any module which allows me to do that. Can someone help/ Thanks and Regards, Manasi Bopardikar s/w Engineer Persistent SystemsLtd (+91)(020)(30234497)|9371059891 [EMAIL PROTECTED] DISCLAIMER == This e-mail may contain p

page refresh

2008-10-10 Thread Manasi Bopardikar
Hi, I am using cgi perl and wondered if there is any way to refresh a table(element ) on a web page without refreshing the entire page. This is an HTML tag to refresh a page on click of button.-- Thanks and Regards, Manasi Bopardikar|s/w Engineer|Persistent SystemsLtd (+91)(020

RE: use variables from another file

2008-10-08 Thread Manasi Bopardikar
sday, October 08, 2008 5:00 PM To: Manasi Bopardikar Cc: beginners@perl.org Subject: Re: use variables from another file okay something still is not working for me. What am I doing wrong? main.pl --- snip #!/usr/bin/perl # use Expect; use strict; use elements; # # for my $element

RE: use variables from another file

2008-10-08 Thread Manasi Bopardikar
Hi, I think the best way this can be done is using perl module or .pm file and then using it(use .pm ) and then calling functions. -Original Message- From: Noah [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 4:15 PM To: Perl Beginners Subject: use variables from another fi

any errors in this perl module?

2008-09-26 Thread Manasi Bopardikar
t; and" if ($text && $someoneelse); $text .= " $someoneelse" if $someoneelse; $text .= " and" if ($text && $yetanother ); $text .= " $yetanother" if $yetanother; $text = "Hello" . $text; return $text; } Th

change the ownership of my script

2008-09-19 Thread Manasi Bopardikar
Hi, I want to change the ownership of my perl script through my script.Currently it is root .I want to change it to apache. I am using system("chown apache:apache simple.pl"); Simple.pl is the name of my perl script Can anyone help me out? Thanks and Regards, Manasi Bopa

Need help with developing Twiki plugins

2008-09-18 Thread Manasi Bopardikar
Hi, I need some help developing Twiki plugins.Can anyone give me some comprehensive information on Twiki and step by step of how to deveop a plugin using standard twiki functions? Thanks and Regards, Manasi Bopardikar|s/w Engineer|Persistent SystemsLtd (+91)(020)(30234497)|9371059891

refresh a page

2008-09-17 Thread Manasi Bopardikar
I am new to CGI programming.I do not know how to refresh a web page every 15 min.I would like to know the script for the same. Thanks and Regards, Manasi Bopardikar|s/w Engineer|Persistent SystemsLtd (+91)(020)(30234497)|9371059891 [EMAIL PROTECTED] DISCLAIMER == This e

Get the last entry of log file

2008-09-17 Thread Manasi Bopardikar
?(highlighted in blue) Thanks and Regards, Manasi Bopardikar|s/w Engineer|Persistent SystemsLtd (+91)(020)(30234497)|9371059891 [EMAIL PROTECTED] DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended

find_all_links

2008-07-18 Thread Manasi Bopardikar
Hi, Does anyone know details about find_all_links method of the mechanize module. Thanks and Regards, Manasi Bopardikar|s/w Engineer|Persistent SystemsLtd (+91)(020)(30234497)|9767218759 [EMAIL PROTECTED] DISCLAIMER == This e-mail may contain privileged and confidential

Extract the desired value from a regex

2008-07-17 Thread Manasi Bopardikar
gards, Manasi Bopardikar|s/w Engineer|Persistent SystemsLtd (+91)(020)(30234497)|9767218759 [EMAIL PROTECTED] DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individu

Handling ignore case and single line in pattern matchin

2008-07-11 Thread Manasi Bopardikar
Hi, Does anyone know how to handle ignore case(i) and single line(s) on a regular expression. Thanks and Regards, Manasi Bopardikar|s/w Engineer|Persistent SystemsLtd (+91)(020)(30234497)|9767218759 [EMAIL PROTECTED] DISCLAIMER == This e-mail may contain privileged and

removing '*' from *****STAFF*****

2008-07-02 Thread Manasi Bopardikar
Does anyone know how do I remove the beginning and the trailing * from *STAFF* Thanks and Regards, Manasi Bopardikar|s/w Engineer|Persistent SystemsLtd (+91)(020)(30234497)|9767218759 [EMAIL PROTECTED] DISCLAIMER == This e-mail may contain privileged and confidential

Regular expressin

2008-06-25 Thread Manasi Bopardikar
Anyone knows regex for---Athletic Coaching Education (ACE ) Thanks and Regards, Manasi Bopardikar|s/w Engineer|Persistent SystemsLtd (+91)(020)(30234497)|9767218759 [EMAIL PROTECTED] DISCLAIMER == This e-mail may contain privileged and confidential information which is the

doubt in my web spider

2008-06-17 Thread Manasi Bopardikar
le=-+Browse&RtnURL=%2Fschedule%2Fbrowse.asp?Sel ected=Fall2008&RtnTxt=New+Browse I need to scrape unique id fields viz 0103501 etc and 'AND' following it under QUICKBOOKS to be put in one record and then write it to output file.is there a simple way to do it. Manasi Bopardikar