my $gencmd= q(/default/main/2008_10_dev/WORKAREA/users/templatedata/ContentTypes/CATALOG/generate_script.sh);my $result = qx($gencmd 2>&1); #$result contains STDOUT (and possibly STDERR)
thank u for the response..but still not getting the output.thanks again..
(my $iwmount = TeamSite::Config::iwgetmount()) =~ tr|\\|/|;my $gencmd = qq($iwmount/default/main/2008_10_dev/WORKAREA/users/templatedata/ContentTypes/CATALOG/generate_script.sh);my $result = qx($gencmd 2>&1); #$result contains STDOUT (and possibly STDERR)