perl and Dial-up Networking.

2001-07-05 Thread Johnathan Thibodeau
swell, with whatever MacOS uses to make a PPP connection. Johnathan Thibodeau Bureaucrat, n.: A person who cuts red tape sideways. -- J. McCabe

Re: Counter problem

2001-06-02 Thread Johnathan Thibodeau
e what the problem is. Johnathan Thibodeau "blaa... blaa... blaa..." -me

Msql-MySQL < 1.20

2001-06-02 Thread Johnathan Thibodeau
Does anybody know where I can find an old copy of the Msql-MySQL<=1.20 module? CPAN only has copies dating back to v1.2208. I know I should probably upgrade MySQL instead, but hey, that would just be more work :) Johnathan Thibodeau "But I _am_ using a pop client; I'm telnetting to port 110."

Re: DBI

2001-05-31 Thread Johnathan Thibodeau
fetchrow_hashref(), or fetchrow_arrayref()) to # get the next row of results. while ($result = $sth->fetchrow) { print $result . "\n"; } If I haven't left anything out (I've cut and pasted just to make sure it runs), this will print out all of the tables found in whatever