Re: property definition

2006-02-17 Thread JupiterHost.Net
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

Re: property definition

2006-02-17 Thread Hans Meier (John Doe)
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

property definition

2006-02-16 Thread Kenneth Moeng
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