Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

hanging script on read

by Anonymous Monk
on Aug 15, 2015 at 23:07 UTC ( #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? | Other CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2023-03-21 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (59 votes). Check out past polls.

    Notices?