in reply to Scaler found where opeartor expected Error
Does it say scaler found, scalar found, or string found?
Let's pick that line apart, though, and see what's happening.
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?
Not to mention the missing > in the HTML.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
found the errror
by mipatel (Novice) on May 29, 2012 at 19:09 UTC |