Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'timestamp' => '2011-05-21T18:21:40.588Z',
    ...
                                                               'timeLeft' 
    +=> 'P3DT18H28M2S',
                                                               'bidCount' 
    +=> '0'
                                                             },
    
  2. or download this
    foreach my $n ( $hash->{'searchResult'}->{'item'} ) {
       my $item = { item_link => $n->{'viewItemURL'},
    ...
          
          };
    }