- or download this
package XSConf;
...
return $package;
}
1;
- or download this
<config>
<database>
...
</hostservices>
</app>
</config>
- or download this
#!/usr/bin/perl
use XSConf qw(foo.xml);
...
database: port = DBPORT
database: host = DBHOST
service telnet:23
- or download this
use XSConf qw(foo.xml);
XSConf->config->database->codeset->foo;
__END__
Can't locate object method "foo" via package "iso-8859-1" (perhaps you
+ forgot to load "iso-8859-1"?) at...
- or download this
package XSConf;
...
$_[0];
}
1;