
FishMonger
Veteran
May 12, 2010, 11:12 AM
Post #4 of 5
(569 views)
|
|
Re: [attonie] Why $stock_url->as_HTML report can't call method as_HTML ?
[In reply to]
|
Can't Post
|
|
use @stocks, I think is right, the @stocks contains a large set (list) of <TR>...</TR> data. No, it is NOT right. An array is dereferenced with $ and since it's not an object, you can't expect to use it to call a method. Did you add the 2 pragmas? If not, please do so before posting any additional updates.
|