Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

RE: Clearcase and Perl Problem

by Shendal (Hermit)
on Sep 25, 2000 at 20:19 UTC ( [id://33924]=note: print w/replies, xml ) Need Help??


in reply to Clearcase and Perl Problem

First, welcome to the wonderful world of ClearCase administration. :-)

Secondly, if you're using ClearCase on NT, you may want to shy away from using IPC::Open3 because it isn't included in Rational's slimmed down version of perl that comes bundled with ClearCase. Instead, I typically rely on $! and the error code. Basically, I know that the operation failed, and therefore I know what to do. In your example, if the checkout fails, your script can stop, give a warning, whatever. Typically, the reason why is in $!.

You may want to register on Rational's Customer's only site. There you will find many contributed perl scripts which may help you in your endeavor.

Don't forget, too, that there are some scripts in the ClearCase installation directory which also may help you get started.

Cheers,
Shendal

Log In?
Username:
Password:

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

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

    No recent polls found