Cant Locate Loadable Object

2004-01-09 Thread Maheedhar Kolla
hello everyone, I have downloaded the module XML::LibXML::Common from http://search.cpan.org/~phish/XML-LibXML-Common-0.13/ and when i tried installing(locally) it ..it seems to install properly(no installation errors) on Linux machine. but when i try using the module its complaining : Can'

Re: AdminMisc PM

2004-01-09 Thread Jeff Griffiths
TJ Saunders wrote: Can any tell me where to find win32::adminmisc using PPM3? I have the following The ActiveState repositories do not have PPMs for Win32::AdminMisc because it fails to build in the automated build system: http://ppm.activestate.com/BuildStatus/5.6plus/windows/Win32-Admin

Re: AdminMisc PM

2004-01-09 Thread TJ Saunders
> Can any tell me where to find win32::adminmisc using PPM3? I have > the following The ActiveState repositories do not have PPMs for Win32::AdminMisc because it fails to build in the automated build system: http://ppm.activestate.com/BuildStatus/5.6plus/windows/Win32-AdminMisc-0.01.txt

Stat() function call.

2004-01-09 Thread Dahlke, Doug
Does the stat method work differently between Unix and Win32? I'm looking at the 4th element in the list it returns, nlink, where on Unix, if there are no sub directories in that directory, you only see the two hard links, the actual link in the previous directory and the local link '.'. If there

RE: TK and threads (with join) problem

2004-01-09 Thread Wayne Simmons
I experienced this I think you need to create your TK GUI AFTER you create your threads. I'm not really sure why but when one of those threads ends, it's trying to kill your main window, as if the object was shared (even though I know you didn't specify that it should be). Somehow those other thre

TK and threads (with join) problem

2004-01-09 Thread Hale, Bruce E
Has anyone successfully been able to use Perl/TK and threads at the same time? I have run into a problem where I can run threads but if I use thread->join then I run across problems with respect to program termination in one case (shown below) or where the thread hash list gets fouled up (much

RE: Exec command

2004-01-09 Thread Brian Raven
> -Original Message- > From: SHEIKH Sajjad [mailto:[EMAIL PROTECTED] > Sent: 09 January 2004 15:14 > To: $Bill Luebkert > Cc: [EMAIL PROTECTED] > Subject: Exec command > > I don't think I am making any mistake but still the following codes do > not seem to work! > Error: "The system cann

Re: Compilation error

2004-01-09 Thread pdalec
- Rob Dixon spake: > > SHEIKH Sajjad wrote: > > > > I am trying to print the tables but I get the > > compilation error. Error "syntax error at c:\ind.pl line > > 23, near "" > aborted due to compilation errors. " > > > > Can someone tell why it is generating error message? > > You can't pu

Exec command

2004-01-09 Thread SHEIKH Sajjad
I don't think I am making any mistake but still the following codes do not seem to work! Error: "The system cannot find the drive specified" Any idea? #!Z:/bin/perl.exe -w -- use strict; # get in the habit of using this and -w above - # it will save you grief in the long run.

Re: Compilation error

2004-01-09 Thread Rob Dixon
SHEIKH Sajjad wrote: > > I am trying to print the tables but I get the compilation error. > Error "syntax error at c:\ind.pl line 23, near "" Execution of c:ind.pl aborted due to compilation errors. > " > > Can someone tell why it is generating error message? You can't put double quotes within a

RE: AdminMisc PM

2004-01-09 Thread Lynn. Rickards
That's because you're using '::' - the ppd always uses '-' instead try 'search Admin' to get Win32-AdminMisc -Lynn. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ewen Marshall Sent: Friday, January 09, 2004 7:59 AM To: [EMAIL PROTECTED] Subject: A