Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
WWW::Search::WashPost - WWW::Search backend for searching www.washingtonpost.com SYNOPSIS
use WWW::Search; my $oSearch = new WWW::Search('WashPost'); my $sQuery = WWW::Search::escape_query("japan prime minister"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) { print $oResult->url, " "; } DESCRIPTION
This class is a specialization of WWW::Search. It handles making and interpreting searches on news at The Washington Post http://www.washingtonpost.com. This class exports no public interface; all interaction should be done through WWW::Search objects. NOTES
In the resulting WWW::SearchResult objects, the following elements will be set (in addition to the usual title, description, etc.): source Something like "Post" or a certain "Edition". location The page number of the print edition, e.g. "E05". category The type of item found, either "Article" or "Photo". seller The author or photographer. SEE ALSO
To make new backends, see WWW::Search. CAVEATS
This backend (and all its subclasses) only searches news stories from the last 14 days. (This is a restriction on the Washington Post website that we can not avoid.) BUGS
Please tell the author if you find any! AUTHOR
Martin Thurn <mthurn@cpan.org> LICENSE
Copyright (C) 1998-2009 Martin 'Kingpin' Thurn This software is released under the same license as Perl itself. perl v5.12.4 2011-11-02 WWW::Search::WashPost(3pm)

Check Out this Related 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)
Man Page

12 More Discussions You Might Find Interesting

1. Programming

Kornshell convdate

Hello, I'm currently doing some programming using the Kornshell environment. I have just been on a Unix course where our instructor gave us some coding examples. I am using one of these examples to solve a few problems. However, the code examples use a function called 'convdate' to convert a... (10 Replies)
Discussion started by: nezster
10 Replies

2. Post Here to Contact Site Administrators and Moderators

No. post not incrementing

Hi Admin, i just noticed that when I do postings, the number does not increment. eg : Post A -Total Posts 312 Post B - Total Posts 312 Post C - Total Posts 313 Post D - Total Posts 313 Why is this so? Can you kindly check this out? Thank you. (5 Replies)
Discussion started by: incredible
5 Replies

3. 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

4. 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

5. 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

6. 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

7. Shell Programming and Scripting

shell script to sort entries in a file by date and time

Hello All, Need a shell script to sort entries in a file by date and time. Below are the entries in the file, i need to sort it first by the date and then time Note :- Date is in MM/DD/YY format and date comes as the 6th & time comes on 7th coloumns respectively. 150 pbnawldb001-b... (10 Replies)
Discussion started by: ajiwww
10 Replies

8. What is on Your Mind?

Post An Action/Sport Photo of Yourself Here!

I'll start this off .... me diving off Koh Rin..... https://www.unix.com/members/neo-albums-neo-diving-picture423-diving-koh-rin.jpg (5 Replies)
Discussion started by: Neo
5 Replies

9. 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

10. Solaris

Zones are not booting

Hi Can any on help me Zones are not booting showing installed state ---------- Post updated at 01:39 PM ---------- Previous update was at 01:38 PM ---------- ave5ubab ---------- Post updated at 01:44 PM ---------- Previous update was at 01:39 PM ---------- abcdefghijklmnopqrstuv (4 Replies)
Discussion started by: upender
4 Replies

11. Shell Programming and Scripting

Search and replace in file

hi All i'm new to shell/bash scripting and need help to write a script. question: i have a file of 100's of line, i need to replace all zeros in that file with its respective position, starting from 0 to 23 and remove the remaining sample file is like. Enter the date in the format... (12 Replies)
Discussion started by: sunnu2u86
12 Replies

12. 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