Hi,
I am trying to executing perl script from tcl.Here are three commands.The varaibles are in the tcl script itself.mY first command works but not other 2.Do I need to do something else.
eval [exec bsub -Ip -R "type=SPARC" -cwd /usr2/STATUS '/usr2/j/local/bin/perl5.6.1 /usr2/j/CAM_STATUS/auto_submit $c $T $E $review $Error $Reset $Analysis_Error $DFTDSM_Analysis_Error $LP_Analysis_Error']
eval [exec bsub -Ip -R "type=SPARC" -cwd /usr2/STATUS '/usr2/j/local/bin/perl5.6.1 /usr2/j/CAM_STATUS/auto_pldrc_submit $c $T $W $Lint_Review_warning $Lint_Must_warning $Lint_Reset_warning $DFT_Analysis_warning $DFTDSM_Analysis_warning $LP_Analysis_warning']
eval [exec bsub -Ip -R "type=SPARC" -cwd /usr2/SsATUS '/usr2/j/local/bin/perl5.6.1 /usr2/j/CAM_STATUS/auto_pldrc_submit $chip $TOP $runtime $run_time_lint_Review $run_time_lint_must $run_time_Lint_Reset $run_time_DFT_Analysis $run_time_DFTDSM_Analysis $run_time_LP_Analysis']
I am trying to executing perl script from tcl.Here are three commands.The varaibles are in the tcl script itself.mY first command works but not other 2.Do I need to do something else.
eval [exec bsub -Ip -R "type=SPARC" -cwd /usr2/STATUS '/usr2/j/local/bin/perl5.6.1 /usr2/j/CAM_STATUS/auto_submit $c $T $E $review $Error $Reset $Analysis_Error $DFTDSM_Analysis_Error $LP_Analysis_Error']
eval [exec bsub -Ip -R "type=SPARC" -cwd /usr2/STATUS '/usr2/j/local/bin/perl5.6.1 /usr2/j/CAM_STATUS/auto_pldrc_submit $c $T $W $Lint_Review_warning $Lint_Must_warning $Lint_Reset_warning $DFT_Analysis_warning $DFTDSM_Analysis_warning $LP_Analysis_warning']
eval [exec bsub -Ip -R "type=SPARC" -cwd /usr2/SsATUS '/usr2/j/local/bin/perl5.6.1 /usr2/j/CAM_STATUS/auto_pldrc_submit $chip $TOP $runtime $run_time_lint_Review $run_time_lint_must $run_time_Lint_Reset $run_time_DFT_Analysis $run_time_DFTDSM_Analysis $run_time_LP_Analysis']