how to debug this error message: a thoughf one

2003-02-10 Thread kasi ramanathen
hi friends, i use useragent to get some web page and store it in htm. i use useragent module. when i run in my windows machine i get the desired output. now the mecine is changed now also windows, when i run i get the error message "can't locate LWP/UserAgent.pm in @INC (@INC contains: .)" wh

again me "kasi":a though question of using variable in pattern

2003-02-05 Thread kasi ramanathen
by using this code i get the right answer, but i want to store the pattern in the variable and use it, for pattern, it fails. what is the problem. is it related to priority of operator. open(IH, "); $v=join(' ',@a); while($v=~m/href=\"(.*?)\">/gi) { print "\n$1"; print 1; } ***

a though question of using variable in pattern

2003-02-05 Thread kasi ramanathen
by using this code i get the right answer, but i want to store the pattern in the variable and use it, for pattern, it fails. what is the problem. is it related to priority of operator. open(IH, "); $v=join(' ',@a); while($v=~m/href=\"(.*?)\">/gi) { print "\n$1"; print 1; } ***

doubt in pattern matching using variable

2003-02-05 Thread kasi ramanathen
hi friends, i have a problem in work i want to use a variable in the place of pattern to be matched, but i don't know how? but some great brain some ware in the world will be knowing it. hear i explain the program, when i use the patter i get the right output when i store it in variable t and

doubt in pattern matching using variable

2003-02-05 Thread kasi ramanathen
hi friends, i have a problem in work i want to use a variable in the place of pattern to be matched, but i don't know how? but some great brain some ware in the world will be knowing it. hear i explain the program, when i use the patter i get the right output when i store it in variable t and

how to use pos fn.

2003-01-29 Thread kasi ramanathen
hi, i want to just use a pos function to indicate the position of the match. help me kasi Catch all the cricket action. Download Yahoo! Score tracker

how to use pos function

2003-01-29 Thread kasi ramanathen
hi friends i want to use pos function please give me an example. while($ln=~m/([…-])/g) { print pos; print "*$1*\n"; } kasi Catch all the cricket action. Download Yahoo! Score tracker

help me to replace ascii charecter with some other ascii charector or text

2003-01-28 Thread kasi ramanathen
dear friends i'm in work place and i'm facing a problem of replacing an ascii character with some other ascii character i cut the ascii character from my word document and pasted it in my pear programme but the result is not as i expected. plese give me answer with simple codeing and also say m

project

2003-01-22 Thread kasi ramanathen
dear friends you can give me idea for any poject networking, using database, testing programm, writting script for unix, simple or complex. say about a project that has value using it i may get some good job. kasi Catch all the cricket action. Download Yahoo! Score tracker

project

2003-01-22 Thread kasi ramanathen
hellow friends, i want to submite a project to collage. can you give me some ideas and guidence to do my project. kasi Catch all the cricket action. Download Yahoo! Score tracker

doubt in pattern matching

2003-01-21 Thread kasi ramanathen
dear friends: i have a simple doubts in reguler exepration see the the passage that follows is stored in a variable by name v. in the fifth line see the words like this "Next 20 ^ " now i want delete all the charecter before ^- sign in my variable v. shall i use find and replace to find all th

doubt in requler expression

2003-01-20 Thread kasi ramanathen
$str='http://srd.yahoo.com/S=2766679:WS1/R=1/K=java/SS=79559/OCS=79428/H=0/T=1043090181/F=641685fa5455462d4f69450a6fd72ecc/*http://java.sun.com/";>Java.Sun.com'; if($str=~/[\w\W]*<(\W)/) { print $1; print "\n***\n"; } the output of the programe is / but i want the output as (extracting f

Re: help in lwp(I GOT ANSWER)

2003-01-17 Thread kasi ramanathen
ot;;); $res=$ua->request($req); print $res->content; kasi ramanathen <[EMAIL PROTECTED]> wrote: use LWP::Simple; getprint("http://www.yahoo.com/";); this code will print the whole yahoo page as html output in your system. but instud of using simple i want to use UserAgent

help in lwp

2003-01-17 Thread kasi ramanathen
use LWP::Simple; getprint("http://www.yahoo.com/";); this code will print the whole yahoo page as html output in your system. but instud of using simple i want to use UserAgent. shall you give me the code so that i can cut and past and run the program. please response quickly Catch all the cri

doubt in mysql

2003-01-17 Thread kasi ramanathen
i'm to update a pearl programme using mysql, i know only less of the latter. i come across a statement $ver=$dbh->prepare(SELECT jobid, pid from jobs where exectime