Guest
hi,
my perlscript generates a gdsfile directly when i run on the
terminal.my problem here is i want to run my perlscript using
ipcBeginprocess .The way am approaching is mentioned below to run the
perlscript .
procedure(launchProcess()
cid = ipcBeginProcess("/prog/assura/signal.pl; VDD
;and_script; pratham_pg2_scratch; cds.lib; signal.gds" )
); procedure
here my perlscript is "signal.pl" and the inputs to my perlscript
are those which are seperated by semi coloun .is this way is correct
..if do in the same manner i can run my script
my perlscript generates a gdsfile directly when i run on the
terminal.my problem here is i want to run my perlscript using
ipcBeginprocess .The way am approaching is mentioned below to run the
perlscript .
procedure(launchProcess()
cid = ipcBeginProcess("/prog/assura/signal.pl; VDD
;and_script; pratham_pg2_scratch; cds.lib; signal.gds" )
); procedure
here my perlscript is "signal.pl" and the inputs to my perlscript
are those which are seperated by semi coloun .is this way is correct
..if do in the same manner i can run my script