Hi,
I tried this in my m/c.
When i do Dumper($ts), then it'll return the value 'dec-05'.
$VAR1 = bless( {
'strip_html_on_match' => 1,
'tdepth' => undef,
'children' => [],
'head_found' => 1,
'gridalias' => [
[
\\' Month ',
\\'First',
\\'High',
\\'Low',
\\'Sett',
\\'Chg',
\\'Vol',
\\'BWAVE*',
\\undef,
\\'PrevVol',
\\'OpenInt'
],
[
$VAR1->{'gridalias'}[0][0],
$VAR1->{'gridalias'}[0][1],
$VAR1->{'gridalias'}[0][2],
$VAR1->{'gridalias'}[0][3],
$VAR1->{'gridalias'}[0][4],
$VAR1->{'gridalias'}[0][5],
$VAR1->{'gridalias'}[0][6],
$VAR1->{'gridalias'}[0][7],
\\'Dec-05',
\\'5525',
\\'5572',
\\'5450',
\\'5473',
\\'-0.26 ',
\\'30280',
\\'5513',
\\undef,
\\'37349',
\\'28286 '
],
[
\\'Jan-06 ',
\\'5620',
\\'5669',
\\'5561',
\\'5590',
\\'-0.08 ',
\\'54107',
\\'5609',
\\undef,
\\'55631',
\\'109414 '
]
When I removed this
rowspan=2,which you did in the html headers (
<td rowspan="2" align="left"> <strong>Month </strong></td>), then got the exact result.This cause the issue.
regards
kulls
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.