|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: How to change directory recursivlyby Moron (Curate) |
| on Jun 20, 2007 at 14:50 UTC ( #622268=note: print w/ replies, xml ) | Need Help?? |
|
Rather than shell out 200*N times where N is the number of operations per file, it is better (and walks around the problem you pose!) to use e.g. IPC::Open3 to maintain a dialogue with a single clearcase session (one process only!. It also means you don;t have to cd 200 times either. Actually I don't need to code this e.g. - it's all been done before in ClearCase::Proc::ClearTool. One of these days I'll have to give up coding and let cpan do it all ;)
__________________________________________________________________________________
^M Free your mind!
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||