Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

WWW::Search::Ebay::BySellerID(3pm)			User Contributed Perl Documentation			WWW::Search::Ebay::BySellerID(3pm)

NAME
WWW::Search::Ebay::BySellerID - backend for searching eBay for items offered by a particular seller SYNOPSIS
use WWW::Search; my $oSearch = new WWW::Search('Ebay::BySellerID'); my $sQuery = WWW::Search::escape_query("martinthurn"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) { print $oResult->url, " "; } DESCRIPTION
See WWW::Search::Ebay for details. The query string must be an eBay seller ID. This class is an Ebay specialization of WWW::Search. It handles making and interpreting Ebay searches http://www.ebay.com. This class exports no public interface; all interaction should be done through WWW::Search objects. NOTES
Searches only for items offered by eBay sellers whose ID matches exactly. See WWW::Search::Ebay for explanation of the results. SEE ALSO
To make new back-ends, see WWW::Search. BUGS
Please tell the author if you find any! AUTHOR
Martin 'Kingpin' Thurn, "mthurn at cpan.org", <http://tinyurl.com/nn67z>. LICENSE
Copyright (C) 1998-2009 Martin 'Kingpin' Thurn perl v5.12.4 2011-11-02 WWW::Search::Ebay::BySellerID(3pm)

Check Out this Related Man Page

WWW::Search::Ebay::Motors(3pm)				User Contributed Perl Documentation			    WWW::Search::Ebay::Motors(3pm)

NAME
WWW::Search::Ebay::Motors - backend for searching eBay Motors SYNOPSIS
use WWW::Search; my $oSearch = new WWW::Search('Ebay::Motors'); my $sQuery = WWW::Search::escape_query("Buick Star Wars"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) { print $oResult->url, " "; } DESCRIPTION
This class is a Ebay Motors specialization of WWW::Search. It handles making and interpreting Ebay searches http://www.ebay.com. This class exports no public interface; all interaction should be done through WWW::Search objects. NOTES
Same as WWW::Search::Ebay. OPTIONS
Same as WWW::Search::Ebay. SEE ALSO
To make new back-ends, see WWW::Search. CAVEATS
BUGS
Please tell the author if you find any! AUTHOR
Martin 'Kingpin' Thurn, "mthurn at cpan.org", <http://tinyurl.com/nn67z>. 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::Ebay::Motors(3pm)
Man Page

12 More Discussions You Might Find Interesting

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

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

3. Shell Programming and Scripting

Search a string and append text after the string

Hi, I have a file like this... <o t="Batch" id="8410" p="/" g="32"> <a n="name"> <v s="DBBA1MM"/> </a> <a n="owner"> <v r="/Administrator"/> </a> <a n="rights"> <v s="95"/> </a> <a n="debugLevel"> <v s="3"/> </a> <a n="avsStoreLoc"> <v... (8 Replies)
Discussion started by: kesu2k
8 Replies

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

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

6. Shell Programming and Scripting

Search and Replace

hi all, I have an xml and which has a section <!ENTITY commonssf1lymphoma SYSTEM "commons/commonssf1lymphoma.xml"> <!ENTITY commonssf2lymphoma SYSTEM "commons/commonssf2lymphoma.xml"> <!ENTITY commonssf3lymphoma SYSTEM "commons/commonssf3lymphoma.xml"> i want to replace... (9 Replies)
Discussion started by: r_t_1601
9 Replies

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

8. Shell Programming and Scripting

Search for string in a file, extract two another strings and concatenate to a variable

I have a file with <suit:run date="Trump Tue 06/19/2012 11:41 AM EDT" machine="garg-ln" build="19921" level="beta" release="6.1.5" os="Linux"> Need to find word "build" then extract build number, which is 19921 also release number, which is 6.1.5 then concatenate them to one variable as... (6 Replies)
Discussion started by: garg
6 Replies

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

10. Shell Programming and Scripting

Search and count patterns

Hi, I have a text file the contents are like this now i want to search patterns Z , Z etc and count the occurrence of such patterns, after Z value can be any random digits, please help me it is urgent... output like this Z .............>5 Z ............>8 (9 Replies)
Discussion started by: sreejithalokkan
9 Replies

11. UNIX for Dummies Questions & Answers

New to Forum & Sun Surefire V210 Access

Purchased a Sun Surefire V210 Server off eBay. Unable to Access the Terminal Mode via the Terminal MGT. Using Windows 7 home, and downloaded the ConEmu. The ConEmu brings up a Command line on the PC, and that's it. Being new to all this, I was expecting a Login prompt to pop up. Read the... (22 Replies)
Discussion started by: screenprintr
22 Replies

12. AIX

Power8 S812L:HMC issue and ...

Hi, I just bought POWER 8 ESERVER S812L from Ebay. There is no AIX on it. I am trying to install RedHat on this box But it does not recognize the hard drive and Ethernet card. I am very newbie with IBM ... please help or hints me please ... 1. can't access to HMC ports, thought it's... (21 Replies)
Discussion started by: lilyn
21 Replies