Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Problems with TableExtract

by bcdeery (Novice)
on Jan 10, 2006 at 01:47 UTC ( [id://522074]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    http://www.dhl-usa.com/TransitTimes/USTTimeRslts.asp?nav=TransitTimes&
    +oz=53213&oc=1&oh=ORD&dz=60056&dc=1&dt=1/9/2006&tt=1&hy=&zn=2&am=Y
    
  2. or download this
    $url="http://www.dhl-usa.com/TransitTimes/USTTimeStart.asp?nav=Transit
    +Times";
     $service = "Service";
    $arrival = "Arrival Date and Time";
    ...
          print join(',', @$row), "\n";
       }
     }
    
  3. or download this
    
    my $te = HTML::TableExtract->new( headers => [qw($service $arrival $tr
    +ansit)] );
    ...
          print $cell;
        }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://522074]
Approved by ww
Front-paged by planetscape
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-25 14:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found