When installing DBD::mysql,you need to specify the full path for mysql_config.
perl Makefile.PL --mysql_config=/the/path
Have you done that?
- original Nachricht
Betreff: Unable to install DBD::mysql
Gesendet: Di 04 Sep 2007 17:41:24 CEST
Von: "jeevs"<[EMAIL PROTECTED]>
> can spom
sorry send it again with plain text.
sub make_accessor {
my($package, $name) = @_;
no strict qw(refs);
my $code = <{$name} = $value;
}
if(exists $self->{$name}) {
return ($self->{$name});
} else {
return "";
Hello,What're the meanings of this routine and why people need it?Thanks.sub
make_accessor {my($package, $name) = @_;no strict qw(refs);my $code =
<{$name} = \$value;}if(exists
\$self->{$name}) {return (\$self->{$name});} else {return "";}}EOTif(! defined
*{"$package\::$name"}) {eval $code or d
Generally I use process id + timestamp to create the unique key.like,
$uniq_key = $$ . time();
- original Nachricht
Betreff: cgi app runtime unique identifier.
Gesendet: Sa 01 Sep 2007 17:22:00 CEST
Von: "Tim Bowden"<[EMAIL PROTECTED]>
> I'm writing a small cgi app that takes an upl
There's maybe something wrong with the lib and its routines you imported.
Try adding 'use strict' and 'use warnings' at the begin of script and run it to
see what's happened.
- original Nachricht
Betreff: i need a second set of eyes
Gesendet: Sa 01 Sep 2007 11:54:53 CEST
Von: "uncle
- original Nachricht
Betreff: Re: create a uft8 file
Gesendet: Fr 31 Aug 2007 21:08:08 CEST
Von: "Chas Owens"<[EMAIL PROTECTED]>
> On 8/31/07, Digger <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > I want to create an utf8 file and write some content (like html codes) to
> it.
> > How