Kenneth Moeng wrote:
Hello there, I have a problem with property definition of this code,
please have a look.
This code will never run without errors, you only declare two out of
several variables. Why would you send broken code to the list to
illustarate a problem it will never be able
Kenneth Moeng am Freitag, 17. Februar 2006 07.21:
> Hello there, I have a problem with property definition of this code,
> please have a look.
>
> #!/usr/bin/perl -w
Hello,
What is the property definition in your code and what problems do you have
with it?
Hans
--
To unsubsc
Hello there, I have a problem with property definition of
this code, please have a look.
#!/usr/bin/perl -w
use DBI;
use strict;
use warnings;
$dsn = "dbi:mysql:db_coolcash:localhost";
my $user=
"mysql";
my $password =
"mysql123";
$dbh = DBI