Help for this page

Select Code to Download


  1. or download this
    push @body,             # So far so good. We're gonna push something o
    +nto the array.
      "<tr><td rowspan="    # Push a string onto the array.
      ${\scalar, @$books}   # What *IS* this, anyway?
      "$Author2</td>\n"     # Another string
    ;                       # Done. But with what?