LWP::UserAgent

2002-02-19 Thread brianr
Moti A. Landes writes: hi, i am trying to parse information from a HTML file, save certian stuff in variables and then take actions. the only way i found i can do this is as follows: $ua = LWP::UserAgent-new; $request = HTTP::Request-new('GET', $url$interface.html); $response =

Re: perl -P in activestate

2002-02-19 Thread edelweiss
[EMAIL PROTECTED] wrote: edelweiss writes: ***A T T E N T I O N*** This email originates from the Internet and therefore may not be from the apparent sender. If you have any doubts about the origin or content of the email please

Re: perl -P in activestate

2002-02-19 Thread Jenda Krynicky
From: edelweiss [EMAIL PROTECTED] And of course that means there is no real need for the cpp perl filter. IMHO, a preprocessor written into the core of Perl, like regexes and associative arrays already are, is the one thing that Perl is missing. It's messy enough already.

Re: DBI question - creating databases

2002-02-19 Thread David Wozmak
Todd; A 'create database' function will be a little bit more intensive than, say, a 'create table' one. Depending on what kind of backend you have, you might just be able to do it using SQL. However, you must know a few things about the database, like the filenames for the database file, and