Re: CPAN install directory usage

2009-07-02 Thread Perl Perl
Hi Kenneth Olwing, Honestly speaking I am not good in clearcase. Just now started working on this. And whatever you said is quite big fundo things for me. If you don't mind could you please let me know how can I improve this stuff. Specially while working with Clearcase and Perl etc. On

Re: CPAN install directory usage

2009-07-02 Thread Kenneth Ölwing
> *So, is there a Windows build of the Tk package that has been > installed there (since you seem to be using both Unix and Windows)? > And are you using a Perl that handles a lib tree with separation by > platform for the binaries - AFAIK, ActivePerl doesn't, for example. > * > 1) Could please

Re: CPAN install directory usage

2009-07-02 Thread Perl Perl
Hi Kenneth, Thanks for your kind reply and detail explaination. As u and Brian said said *tk* is partially installed. I will come to this with the snap shot for the error once it is resolve, before to that, I want to konw how to get the inforamation asked by you. *So, is there a Windows build

Re: CPAN install directory usage

2009-07-01 Thread Chris Wagner
There should not be stars in front of any of the Perl statements. Although I don't think that is the main problem here. If it can find Tk.pm it should be able to find Events.pm. U'll need to go into the Tk directory and manually verify the presence and permissions of all the files Tk needs. Inst

Re: CPAN install directory usage

2009-07-01 Thread Kenneth Ölwing
> The Tk package is installed in the vob release of perl. > > Please check the following path: /vobs/vob_verif/tools/Perl/lib/Tk.pm > You're using ClearCase, and this is a Unix path, and further, it is a path only relevant after a 'cleartool setview' has been done. Neither the path nor setvi

RE: CPAN install directory usage

2009-07-01 Thread Brian Raven
From: Perl Perl [mailto:perl.solut...@gmail.com] Sent: 01 July 2009 14:37 To: Brian Raven Cc: perl-win32-users@listserv.activestate.com Subject: Re: CPAN install directory usage > Hi Brian Raven, > > I don't know by which way my system admin has install the module

Re: CPAN install directory usage

2009-07-01 Thread Chris Wagner
Hi. The first thing u need to do is manually check what directory Tk.pm is in. Do a search if necessary. So if Tk.pm is located in V:\x\y\z\Tk.pm, put `use lib "V:/x/y/z";` at the top of ur script. That should be all u need. If that doesn't work then there could be permissions issues. Let us

Re: CPAN install directory usage

2009-07-01 Thread Perl Perl
Hi Brian Raven, I don't know by which way my system admin has install the module. Here my task is to use that module in my script. I forgot to add one more thing in the last mail. I have received a mail saying TK.pm is installed in below path. But I am not getting how to use the same

RE: CPAN install directory usage

2009-07-01 Thread Brian Raven
From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Perl Perl Sent: 01 July 2009 13:24 To: perl-win32-users@listserv.activestate.com Subject: CPAN install directory usage > Hi All, > > I have one doubt, about usage