  | | | Perl | Should I use the rename function before the file is uploaded or after? -
I 'm not sure if I can change the name of the file before its uploaded -
it seems I might have to change it on the server afteThat didn 't seem to work - still uploads file with original name. In the
example I upload 1 file and form# 405 is added to the beginning of the
file name for Mysql -
below the list you see the File Couldn 't you just say?
open (STORAGE " >$dir/$p$file_name ")
--- Douglas Brantz <brantzdr@(protected) > wrote
> I need to upload a file to the server and I have that working but I
> want to adI need to upload a file to the server and I have that working but I
want to add the form# to the front of the file
I can do this to the filename stored in Mysql but how do I change the
name of theGreg Meckes wrote
>Perhaps you could do it like this
>
>$dbh DBI- >connect( "dbi mysql dbname $database host $hostname "
> "$username "
> "$password ")
>
># Do some checking and untainting with $ARGVPerhaps you could do it like this
$dbh DBI- >connect( "dbi mysql dbname $database host $hostname "
"$username "
"$password ")
# Do some checking and untainting with $ARGV[0]
# I wouldn 't just pass Baron Schwartz wrote
> Hi
>
> padmaja wrote
> > Hi all
> > I have written a query like this.
> > Hi
padmaja wrote
> Hi all
> I have written a query like this.
>
Hi all
I have written a query like this.
I 'm attempting to automatically bundle DBD mysql with my Catalyst app
using Module install Bundle. However I 'm running into a problem
where the "exit 0 " which is called at the end of the DBD mys > -----Original Message-----
> From Jeremy Kister [mailto perl-mysql@(protected)]
> Sent Tuesday September 18 2007 11 44 PM
> To perl@(protected)
> Subject table locking with forking
>
Hi Jeremy
Jeremy Kister wrote
> I 'm having issues with locking and forking code. I 've consolidated the
> problem into the below example code.
>
> I expect the parent to start lock the table anI 'm having issues with locking and forking code. I 've consolidated the
problem into the below example code.
I expect the parent to start lock the table and spawn the child. I
then expect the chHello
I 'm having some problems installing the PERL module DBD MYSQL on a
Solaris 5.8 machine.
I am using GCC 5.8.8 for the compiler.
When I run 'perl Makefile.PL ' I get the following
I wiOn 11.09.2007 1 46 chaminda siyasingha wrote
>
> Thanks a lot your idea.I placed "my.cnf " file as(re name) "mysql_config " file in /usr/bin derectory.But it gives same error for me.
>
Again --mysHI Peter
Thanks a lot your idea.I placed "my.cnf " file as(re name) "mysql_config " file in /usr/bin derectory.But it gives same error for me.
Error
/usr/bin/mysql_config 32 [mysqld] not found
/usOn Mon Sep 10 2007 at 05 18 55AM -0700 chaminda siyasingha wrote
> Hi All
>
> I have already istalled DBI-mysql-1.59 but when I am instaling DBD-mysql-4.005 on Linux it gives following error.I Hi All
I have already istalled DBI-mysql-1.59 but when I am instaling DBD-mysql-4.005 on Linux it gives following error.I have using follwing command to install DBD-mysql-4.005 Could you help me tHi
I 'm trying to install DBD-mysql-4.005 on Solaris 10. I have
previously installed mysql-5.0.41-solaris10-sparc and have it up and
running.
When I run "perl Makefile.PL " the default options aHello List
If any body likes to know in the code it selfs where no problem.
To solve the strange behaviour of the fetchrow_array I changed it to
fetchrow_hashref and it worked like it should.
So Paul
Thanks much! I will test this out and can include this in the next
release if it helps the situation you describe which is something I 've
wanted to deal with for some time.
regards
PatriHi Kenny
> What is in your $stats{$_}{where} variable? I 'm wondering whether it 's
> the problem.
In this hash are the diferent tasks to do
my %stats ( 'abc001 ' > {
bind > 1
Hi
What do you get if you remove the 'select ... FOUND_ROWS.. ' ?
Patrick
Thomas Goik wrote
> Hello
>
> I 'm on a strange problem in my script i can 't resolved by myself so i
> hope that anybodHi Yair
>May be your perl version is old the last working versions are 5.6 and 5.8.
>If the modules are new versions working into an old
perl -V
Summary of my perl5 (revision 5 version 8 subversiHello
I 'm on a strange problem in my script i can 't resolved by myself so i hope
that anybody has an idea.
The problem is that when i start a $dbh- >prepare statement which will return
more than --------------FCC5E001.520C4B70
Content-Type Multipart/Alternative
boundary "------------4A76ED6E.29F4D93C "
--------------4A76ED6E.29F4D93C
Content-Type Text/Plain
charset "iso-8859-1 "
Contenhi
I installed DBI DBD mysql but when i use perl for connecting to mysql some error has been occured.
install_driver(mysql) failed Can 't load '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-hi
I installed DBI DBD mysql but when i use perl for connecting to mysql some error has been occured.
install_driver(mysql) failed Can 't load '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-Paul
Thank you for your patch! I 'll test it out and include it in the next
release of DBD mysql.
regards
Patrick
Paul Wayper wrote
>Hi there!
>
>I recently had to install the Perl DBD MysqlHi
I want to convert mysql tables to XML and therefore
downloaded some perl modules. But i 'm confused on how
to install them and use them and how to execute code
(use DBI use strict etc). I would  |
|
 |