Re: [Perl-unix-users] Synchronization Of DB

2001-12-11 Thread Michael Wray
Hmm...Well now that's a nasty setupif all of your Changes were going to ONE server it would be easy...Log all UPDATES, INSERTS, DELETES to a table, write a PHP/ASP page to grab the contents of the table and dump it... use Perl DBI interfaces for connecting to the database to be updateda

[Perl-unix-users] Problems with URI;

2001-11-28 Thread Michael Wray
Hello, I am writing a redirector script for SQUID, and when I use URI to parse the URL, URI is not functioning the same in "redirector" mode as it is under command line mode...   i.e. The only difference is where the URL is coming from..and URI doesn't appear to fully function, here is the co