Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Module proposal: Text::FormatComplexTables

by trs80 (Priest)
on Sep 25, 2002 at 19:44 UTC ( [id://200715]=note: print w/replies, xml ) Need Help??


in reply to Module proposal: Text::FormatComplexTables

I have used in the past a system call to get the results from a w3m (or sourceforge to download) source dump.
my $file_to_read = "/home/trs80/tables.htm"; my $w3m = qx!/usr/local/bin/w3m -dump $file_to_read!; print $w3m;
I know this is a far cry from a Perl only solution, but this method serves me well for my needs, and supports embedded tables to a point. You can even view the perlmonks with good format and layout :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://200715]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-19 16:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found