Help for this page

Select Code to Download


  1. or download this
    my $te = new HTML::TableExtract( headers => ["Product Name",
                                                 "Software Version",
                                                 "Compatible with Versions
    +",
                                                 "Date" ] );
    
  2. or download this
    my $te = new HTML::TableExtract( headers => ['Product\s+Name',
                                                 'Software\s+Version',
                                                 'Compatible\s+with\s+Vers
    +ions",
                                                 'Date' ] );
    
  3. or download this
    my $te = new HTML::TableExtract( headers => [qr/Product\s+Name/,
                                                 qr/Software\s+Version/,
                                                 qr/Compatible\s+with\s+Ve
    +rsions/,
                                                 'Date' ] );