Re: How to save URL of picture where localtion in the server via mysql?

2005-11-21 Thread Chris Wagner
At 08:59 AM 11/22/2005 +0800, Mr.Cheung wrote: >Hi, >I install mysql database,apache server,perl and mysql module in my computer, >if anyone upload picture via website then the perl script record picture's >URL and save in a mysql database, but hot to write this perl script? Can you >give me a exam

Re: How to save URL of picture where localtion in the server via mysql?

2005-11-21 Thread Mr.Cheung
Hi, I install mysql database,apache server,perl and mysql module in my computer, if anyone upload picture via website then the perl script record picture's URL and save in a mysql database, but hot to write this perl script? Can you give me a example?Thank you very much.On 11/21/05, Chris Wagner <[

J2EE interfacing

2005-11-21 Thread Jones Robert TTMS Contractor
Pardon the berevity here, but I'm looking for some information on interfacing with a J2EE application. We run an application over here which is changing to a web-based implementation. Our current process of inputting data from outside systems into the database was via DBI. We are now instructed

PerlEx

2005-11-21 Thread Chris
Is anyone running PerlEx in a production enviroment? Is it stable and secure enough to do so? - Chris ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: How to save URL of picture where localtion in the server via mysql?

2005-11-21 Thread Chris Wagner
If u don't have a database yet then check out MySQL. The manual gives u everything u need to know to do something like this. U'll also need the DBI and DBD::MySQL packages. Parse the html for the img src's and then insert those one by one into the database. At 05:41 PM 11/21/2005 +0800, Mr.Cheu

Re: Can't start ppm command

2005-11-21 Thread Sisyphus
- Original Message - From: "Chris Wagner" > Cygwin checks for a shebang line as well as the > extension and contents to see if a file should be considered executable. I > guess that would overlook a zero byte file as well. Oh well. It might be > worth it to look into the find command t

Re: How to save URL of picture where localtion in the server via mysql?

2005-11-21 Thread Mr.Cheung
Yeah,how to save the URL's of some pictures in a database? On 11/12/05, Chris Wagner <[EMAIL PROTECTED]> wrote: I'm not sure what you want to do.  Can you go into some more detail?  Areyou saying that you want to save the URL's of some pictures in a database? At 03:23 PM 11/12/2005 +0800, Mr.Cheung

RE: Can't start ppm command

2005-11-21 Thread Chris Wagner
At 04:34 PM 11/21/2005 +0900, [EMAIL PROTECTED] wrote: >The code,push @path_ext, qw(.com .exe .bat); >in Which.pm ... >This case is so special! >C:\>pwhich ppm >C:\Perl\bin\ppm.BAT >C:\>pwhich -a ppm >C:\Perl\bin\ppm.BAT I was afraid it would do that. The Perl 'which' seems to only see win32 exec