Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    foreach my $div ( $dom->find('div[.class^=i"grouped-item product-purch
    +ase-wrapper"]')->each ){
      say $div->text;
    }
    
  2. or download this
    One
    7117
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    foreach my $div ( $dom->find('div[.class^=i"grouped-item product-purch
    +ase-wrapper"]')->each ){
      say $div->text;
    }