
November 28th, 2012, 08:49 PM
|
|
Registered User
|
|
Join Date: Sep 2011
Posts: 1
Time spent in forums: 55 m 31 sec
Reputation Power: 0
|
|
|
Find script and then run it?
Hi,
I'm trying to find a script from the current directory and then run it. Will this work?
chomp( $version_number= `find . -name get_version.pl | xargs or exec command here?` );
Sorry, totally lost here.
Thanks.
|