On Sep 24, 4:46 pm, [EMAIL PROTECTED] (Nishi Bhonsle) wrote:

> How can I use perl to do the following -
>
> --Look for a file on a filesystem containing a string such as
>  "Product Name 1.0.0.0.0"

perldoc File::Find
perldoc perlretut

> --Then get the disk location path of the file and store the path in a 
> variable.

perldoc File::Basename

> --Pass the variable to an external java program.

perldoc -f system


Once you've made an actual attempt, let us know if you encounter
difficulties, and we can probably help you fix it.

Paul Lalli


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


Reply via email to