Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

hanging script on read

by Anonymous Monk
on Aug 15, 2015 at 23:07 UTC ( [id://1138718]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open (FIND_OUTPUT , "$CT find . -version'brtype($branch)' -print -all 
    +|");
    
    ...
    foreach $key (keys %ccase_filehash) {
      print "$key: $ccase_filehash{$key} \n";
    }
    
  2. or download this
    system ("$CT find $vob -version 'brtype($branch)' -print $all > /tmp/f
    +ind.out");
    open (FIND_OUTPUT , "/tmp/find.out");
    ...
    foreach $key (keys %ccase_filehash) {
      print "$key: $ccase_filehash{$key} \n";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1138718]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-19 04:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found