Hi,
I m trying to do this in TPL
$logfile="/iwmnt/default/main/haircare/SessionSamples/Master/WORKAREA/workinprogress/templatedata/Session_Samples/Sample6/data/output.xml";
open (FHO,"<$logfile");
@filenamearray=;close(FHO);
open (FH,">$logfile");
But, it does not allow me to do this. Throws PT error in DCT.
How can I overcome this ?