Re: Help me to build this script

2003-02-13 Thread Rob Dixon
Lielie Meimei wrote: >> Hello.. >> >> I'm still newbie. >> >> Could u help me to see why in the script perl here can >> not compiled, please help me. >> >> >> ==Begin of indexsite.pl == >> >> #!/usr/bin/perl Please always: use strict; use warnings; >> $directo

Re: Help me to build this script

2003-02-12 Thread Janek Schleicher
On Wed, 12 Feb 2003 16:22:41 -0800, Lielie Meimei wrote: > Hello.. > > I'm still newbie. > > Could u help me to see why in the script perl here can > not compiled, please help me. What's the error message printed by Perl ? Normally it includes also the reason and the location of the error. > >

Help me to build this script

2003-02-12 Thread lielie meimei
Hello.. I'm still newbie. Could u help me to see why in the script perl here can not compiled, please help me. ==Begin of indexsite.pl == #!/usr/bin/perl $directory='/root/tmp'; dbmopen (%final, "index", 0666); @time=localtime(time); $time="$time[2]:$time[1]";