Probably I shoudl modify the subject in "Tables in Perl Script", as my
problem now is excatly this: I'm printing a table from my Perl script,
in this way:
print table({-width=>'100%', -bgcolor=>'#DC00DC', -border=>3},
        Tr([
                td(['text left', 'text right']
        ])
      );
How can I modify this commands to make the 'text left' element width 20% of the
table, and 'text right' element the rest?
Thanks, Paolo

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to