If it is a console mode program then you can still use backticks in Windows.  
The only thing to watch out for is when a program prints to STDERR, which a few 
of the standard Windows command-line utilities will do in some circumstances.  
That, I believe, won't be caught by backticks (someone correct me if I'm wrong, 
I can't test it here and it's been a while since I used backticks).
 
________________________________

From: Chris Devers [mailto:[EMAIL PROTECTED]
Sent: Tue 7/12/2005 10:12 PM
To: Dhanashri Bhate
Cc: Perl Beginners List; Perl
Subject: RE: Pass a value to Perl script



<snip>


If nothing else, the platform this runs on may be a factor -- the
details of getting output from another program may differ on Windows,
for example...


<snip>


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to