Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

www::search::lycos(3pm) [debian man page]

WWW::Search::Lycos(3pm) 				User Contributed Perl Documentation				   WWW::Search::Lycos(3pm)

NAME
WWW::Search::Lycos - class for searching www.lycos.com SYNOPSIS
use WWW::Search; my $oSearch = new WWW::Search('Lycos'); my $sQuery = WWW::Search::escape_query("+sushi restaurant +Columbus Ohio"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) { print $oResult->url, " "; } DESCRIPTION
This class is a Lycos specialization of WWW::Search. It handles making and interpreting Lycos-site searches http://www.lycos.com. This class exports no public interface; all interaction should be done through WWW::Search objects. NOTES
Warning! As of 2004-01, lycos.com often returns an error page in place of the third page of results. So it is very difficult to get more than 20 hits for any query! www.lycos.com is sometimes slow to respond; but I have not had a problem with the default timeout. www.lycos.com does not give the date nor size of the pages at the resulting URLs; therefore change_date() and size() will never have a value. SEE ALSO
To make new back-ends, see WWW::Search. BUGS
Please tell the author if you find any! AUTHOR
As of 1998-12-07, "WWW::Search::Lycos" is maintained by Martin Thurn (mthurn@cpan.org). "WWW::Search::Lycos" was originally written by Martin Thurn, based on "WWW::Search::Yahoo" version 1.12 of 1998-10-22. LEGALESE
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.12.4 2011-11-02 WWW::Search::Lycos(3pm)

Check Out this Related Man Page

WWW::Search::Yahoo::Korea(3pm)				User Contributed Perl Documentation			    WWW::Search::Yahoo::Korea(3pm)

NAME
WWW::Search::Yahoo::Korea - class for searching Yahoo! Korea SYNOPSIS
use WWW::Search; my $oSearch = new WWW::Search('Yahoo::Korea'); my $sQuery = WWW::Search::escape_query("Tokyo"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) print $oResult->url, " "; DESCRIPTION
This class is a Yahoo! Korea specialization of WWW::Search. It handles making and interpreting searches on Yahoo! Korea http://kr.yahoo.com. This class exports no public interface; all interaction should be done through WWW::Search objects. NOTES
SEE ALSO
To make new back-ends, see WWW::Search. BUGS
Please tell the maintainer if you find any! TESTING
There are no tests defined for this module. AUTHOR
"WWW::Search::Yahoo" is maintained by Martin Thurn (mthurn@cpan.org). LEGALESE
Copyright (C) 1998-2009 Martin 'Kingpin' Thurn THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.12.4 2011-11-02 WWW::Search::Yahoo::Korea(3pm)
Man Page

15 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Advanced Search Problems.. Search by User Name

There seems to be some problems with Advanced Searching (by User Name & Keyword). I will try to fix this by upgrading vB soon. Thanks for your patience. Neo (1 Reply)
Discussion started by: Neo
1 Replies

2. Shell Programming and Scripting

File Search

I hope I can outline this clearly the first time. I have been asked to create a script to do the following: Search a series of Directories that have been created withing 15 minutes of the current system time for a dynamic file name that ends in (dot)out .out. If a file with that extension is... (9 Replies)
Discussion started by: mikevanhoff
9 Replies

3. Shell Programming and Scripting

Search for \n

Hi All, How can i searc for a \n in a file. Not a newline but \n itself. In detail i have a statement printf("\n hello"); here i need to find \n. Can u please help on this.. Thanks in advance Regards, Chanakya (6 Replies)
Discussion started by: Chanakya.m
6 Replies

4. Shell Programming and Scripting

Search in variable for character

qwertyuioplkjhgfdsa (1 Reply)
Discussion started by: rorey_breaker
1 Replies

5. Shell Programming and Scripting

Search in one file replace the same in next file

yyyyy (4 Replies)
Discussion started by: kkraja
4 Replies

6. Shell Programming and Scripting

Search and copy to a new file-Help

Hi All, server16.na.in.com UNKNOWN ftpuser "CWD" dms-imrm/Delasco_Invoices_DayForward_Scan" 250 - server16.na.in.com UNKNOWN ftpuser "PWD" 257 - server16.na.in.com UNKNOWN ftpuser "CWD Private" 250 - server16.na.in.com UNKNOWN ftpuser "PWD" 257 - server16.na.in.com UNKNOWN... (7 Replies)
Discussion started by: Tuxidow
7 Replies

7. Shell Programming and Scripting

Search from file and display

Dear all I had input file as mention below. From that i want op as given below. Kindly let me knw possible ways. Regards Jaydeep CONNECTED bscaaa <rxmfp:mo=RXOTX-46-5 ; RADIO X-CEIVER ADMINISTRATION MANAGED OBJECT FAULT INFORMATION MO BTSSWVER RXOTX-46-5 ERA-G04-R11-V01 ... (5 Replies)
Discussion started by: jaydeep_sadaria
5 Replies

8. Shell Programming and Scripting

Please Help to Check script Search and Replace

Please Help to Check script Search and Replace Ex. Search 0001 and Replete un_0001 ---script Code: nawk -F\" 'NR==FNR{a;next}$2 in a{sub($2,"un_"$2)}1' input.txt file*.txt > resoult.txt script is work to one result but if i have file1.txt, file2.txt, file3.txt i want to Replace... (5 Replies)
Discussion started by: kittiwas
5 Replies

9. Shell Programming and Scripting

Search Replace and Update a file

hi, I am stuck at a place. Please help me out. Here is what i need to do. Search for a pattern in a propertyfile and change only at one occurance. I have these statements and assignment as a part of the propertyfile #Note : The Address should be replaced with actual address dynamically. ... (7 Replies)
Discussion started by: raghu_shekar
7 Replies

10. Shell Programming and Scripting

Search with awk problem

Hi There is one problem which i am not able to find the solution :( Suppose there are two files tmpfile1 and tmpfile2 . tmpfile1 contains data as :bash> cat tempfile1 1222 1234 1234 1234 :bash> now my code is written as getcommand="cat tmpfile2" while(getcommand | getline)... (7 Replies)
Discussion started by: aishsimplesweet
7 Replies

11. UNIX for Dummies Questions & Answers

To find the Nth Occurence of Search String

Hi guys, I like to find the Line number of Nth Occurence of a Search string in a file. If possible, if it will land the cursor to that particualar line will be great. Cheers!! (3 Replies)
Discussion started by: mac4rfree
3 Replies

12. Hardware

new to this

hello i have a toshiba 4600 and i want to put some form of linux on it. i want to learn linux and thought that a dedicated machine would be a good idea. i bought the laptop second hand and find that the windows 95 has some problems. i tried to install a pcmcia network card and some files are... (7 Replies)
Discussion started by: ninjaman
7 Replies

13. What is on Your Mind?

Changes to Google Site Search Location

We are going to move the Google Site Search that is located in the upper right hand corner of the site to the toolbar. Both are showing at the moment, and the plans is to create a UserCP option to "turn on" the Google Site Search where it is currently showing for users who prefer not to use the... (2 Replies)
Discussion started by: Neo
2 Replies

14. Shell Programming and Scripting

Search query

Hi, I have a typical requirement to find users having at least three occurrence in a log within an hour, and perform some action for that user. We have several steps, however I am kind of stuck here to accomplish the said requirement. Here are the logs : conn=13570 op=14 msgId=13 - BIND... (16 Replies)
Discussion started by: johnprince1980
16 Replies

15. What is on Your Mind?

Google Site Search in Search Drop Down Menu (Again)

Have just added (after missing for some time), the latest version of Google Site Search for our site in the Navbar Search Menu: https://www.unix.com/members/1-albums215-picture791.png Cheers and Enjoy. Here is the URL for that link in case you need it: https://goo.gl/P8p82c (4 Replies)
Discussion started by: Neo
4 Replies