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
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;
}
***
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;
}
***
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
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
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
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
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
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
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
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
$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
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
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
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
15 matches
Mail list logo