Help for this page

Select Code to Download


  1. or download this
    @parms = ...;
    foreach $obj (@objects) {
      $obj->duckwalk(@parms);
    }
    
  2. or download this
    $ringmaster->aggregate(@objects)->duckwalk(@parms);
    
  3. or download this
      # Manipulates multiple table cells
     $table->col(7)->attr('bgcolor','#BBFFBB');