Charlie Brady <[EMAIL PROTECTED]> said:

> I was proposing what you put in your action script,
<snip>

So far, no luck :-(  Must be something I'm missing.  Anyone else get
anything similar to work?  Here is what I get:

[root@sme512 etc]# cat templatetest
#!/usr/bin/perl -w

package esmith;

use strict;
use Errno;
use esmith::config;
use esmith::util;
use esmith::db;

tie my %conf, 'esmith::config';
tie my %other_conf, 'esmith::config', '/home/e-smith/my_new_db';

esmith::util::processTemplate ({CONFREF => { %conf, %other_conf },
"/opt/templatetest/templatetest.conf"
});

[root@sme512 etc]# ./templatetest
Odd number of elements in hash assignment at ./templatetest line 14.
Warning: unknown parameter '/opt/templatetest/templatetest.conf' passed to
processTemplate
Could not expand / - it is a directory

Regards,

-- 
Darrell May
DMC Netsourced.com
http://netsourced.com
http://myEZserver.com


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to