The Perl Auctioneer The Code 17 of 32 : [PREV] [NEXT]

Instantiate The Object

  use WWW::Auction::eBay;
  my $ebay = WWW::Auction::eBay->new(
                    username => 'bidder',  # only for bidding
                    password => 'bid2win', # only for bidding
                    site => 'de',          # required
                    locale => 'uk',        # optional
                    availability => 3,     # default
                    orderby => 'date-asc', # default
                    fullsearch => 0 );     # default

© 2004 Barbie barbie@missbarbell.co.uk Home http://birmingham.pm.org/talks/auctioneer