Hi, I have the below commands in the script.
`$swlist -l bundle -a revision -a architecture -s $t | $grep $n >> $log_our_depot`; `$swlist -l bundle -a revision -a architecture -s $t | $grep $n >> $log_ourdepot_comp`; Here I am outputting the same command line output to different logfile. Is there a way in perl where I can output in one pass by storing it in a variable. -Rajini