Are you remembering to modify your template directory entry in podvars.pm to allow for the different ways NT and Unix handle directory structures? For every backslash in your physical NT directory, add another backslash like this...
$pod_templatedir = "c:\\inetpub\\cgi-bin\\pod";
This worked for me.
Howard.
|