We want to run below command in a perl file.
my $output=`$cmd 2>&1`;
I checked the logs and found above command itself not being parsed in perl.
We are using Teamsite 7.2.1.
Your kind helping words much appreciated.
This makes no sense. Maybe if you provided some actual useful context, someone could/would help you.
Pavan1 wrote: We want to run below command in a perl file. my $output=`$cmd 2>&1`; I checked the logs and found above command itself not being parsed in perl. We are using Teamsite 7.2.1. Your kind helping words much appreciated.
Question #1: Do you understand Perl?
Question #2: Do you understand how to provide sufficient information for questions about custom code in public forums?
You do not seem to be demonstrating either of the above thus far. If/when you do - you are more likely to get useful responses.