Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Perl running twice in WF
Andy Knipp
Someone please try this, in your Perl in a WFT:
(where the custom code belongs)
open (LOG, "/tmp/workflow_$$.log");
print LOG "Smitty is a ...\n";
close (LOG)
Then run your WF.
Tell me if you get 1 file or 2 ? I am getting 2, one before the CGI popup for comments and one after.
Andy
Find more posts tagged with
Comments
There are no comments yet