Re: obtain web page contents with perl through a proxy server

2003-08-07 Thread awarsd
Hi, look at LWP; module at perldoc.com, search.cpan.org or on yahoo. I forgot how to use it. Since it has been long time ago. awards -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

debugger

2003-08-03 Thread awarsd
Hi, my web host does not offer a perl debugger and told me to use use CGI::Carp qw(warningsToBrowser fatalsToBrowser); Is that it, how should i print the errors?? Thank You. awards -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: .htaccess login outside

2003-07-27 Thread awarsd
) = gbc($realm, $uri); die "No $pword" unless $pword ; $ua->credentials($uri->host_port, $realm, $user, $pword) what is gbc, $realm and $uri pls Thanx for the help Anthony "Drieux" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On Sunday, Jul

.htaccess login outside

2003-07-27 Thread awarsd
Hi, to do backup of my MYSQL tables I would prefer to do it directly from my computer no need to upload -save -download etc... the problem to access to my mysql server it has .htaccess and i was wondering if LWP or something could input directly the login and password. For the moment to access we

.htaccess

2003-07-24 Thread awarsd
Hello, I'm curious i read somewhere with .htaccess we can block user to do hotlinks in both ways etc... But my question is a bit different it is possible with .htaccess to forbid forms that comes from a different domain? so no hacking Thank You -- To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: File uploading

2003-07-18 Thread awarsd
Hi yse there is a way. the flag -s $size_file = (-s $fhandle)/1024; $fhandle is the complete path C:\\..\***.extension it will return in kilobyte 1Kn=1024bytes Hope this helps anthoyn -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]