Help for this page

Select Code to Download


  1. or download this
    ...
       if ($grid_row->[$c]) {
    ...
            next;
       }
    ...
    
  2. or download this
    ...
    use HTML::TableExtract qw(tree);
    ...
      }
    }
    
  3. or download this
    ...
    Size: 1084487
    ...
    *ROW: RFP, General Services
    *ROW: IFB, Fish and Boat Commission
    ...
    
  4. or download this
    version_patchlevel_string='version 14 subversion 1';
    archname='i686-linux-thread-multi';
    ...
    WWW::Mechanize      : 1.70
    strict              : 1.04
    warnings            : 1.12
    
  5. or download this
    #!/usr/bin/perl
    use strict;
    ...
        print "*ROW: ", join(", ", @$row), "\n";
      }
    }