Sponsored Content
Full Discussion: Our First Flash Intro ?
Contact Us Post Here to Contact Site Administrators and Moderators Our First Flash Intro ? Post 31977 by Dark Chrono on Friday 15th of November 2002 04:09:41 PM
Old 11-15-2002
Search is spelled "Seach" on the intro

just thought id let you know
 

4 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

New Flash intro from Forum Member.....

New submission for flash intro: What do you think? (2 Replies)
Discussion started by: Neo
2 Replies

2. Tips and Tutorials

PERL & CPAN Intro for Newbies

So you want to learn a unix scripting language that you'll be able to use in any situation? Perl is your answer ! This is a little intro to installing CPAN modules. If you don't know what CPAN is, check out http://search.cpan.org/. Basicly, it is a massive archive of perl libraries that will... (0 Replies)
Discussion started by: obitus
0 Replies

3. What is on Your Mind?

Intro ( Mark Thomas )

Houdy everyone! yes I'm a newbie here I'm a big fan of the BSD's, in particular NetBSD. Don't have much use for Linux or the various "distro's" of it ( no flame intended ). I'm going to try Solaris 10 on an i386 box real soon. By day I'm a CAD tech for a local government entity, by night... (0 Replies)
Discussion started by: Mark Thomas
0 Replies

4. What is on Your Mind?

Intro: Josh

Hey, I had been working in UNIX environments from 1997 to 2007. From 1997 - 1999 I worked as an Operator in a Solaris environment. From 1999 - March 2007 I worked mostly in HP-UX, some SCO, some RedHat Linux as an Operator/Programmer(scripter)/Admin. No luck finding work, so I am going... (0 Replies)
Discussion started by: uwoodyjk
0 Replies
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)
All times are GMT -4. The time now is 02:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy