Re: use MD5

2004-04-06 Thread DBSMITH
this was done! thanks! Derek B. Smith OhioHealth IT UNIX / TSM / EDM Teams

Re: use MD5

2004-04-06 Thread Wiggins d Anconia
Please bottom post > > so does that mean a recompile of perl ? Can't I just edit that array to > include this path? > that is right @INC is not correct. What is an example of you PERL5LIB > variable? > No recompile needed. You have a number of ways to update @INC, none of which involves

RE: use MD5

2004-04-06 Thread DBSMITH
lt;[EMAIL PROTECTED]>, [EMAIL PROTECTED] cc: Subject:RE: use MD5 [EMAIL PROTECTED] wrote: > All, > > can anyone advise? > I have MD5 config'ed and compiled and it is in my PATH variable. How did you install MD5? If you installed it using the standard met

RE: use MD5

2004-04-06 Thread Bob Showalter
[EMAIL PROTECTED] wrote: > All, > > can anyone advise? > I have MD5 config'ed and compiled and it is in my PATH variable. How did you install MD5? If you installed it using the standard method, it should be in the proper location. PATH is irrelevant to Perl module searches. Also, you should use

Re: use MD5

2004-04-06 Thread DBSMITH
; 04/06/2004 11:36 AM To: [EMAIL PROTECTED], [EMAIL PROTECTED] cc: Subject:Re: use MD5 > > All, > > can anyone advise? > I have MD5 config'ed and compiled and it is in my PATH variable. Thank > you! > In your "PATH" var

Re: use MD5

2004-04-06 Thread Wiggins d Anconia
compiled into your perl? http://danconia.org > #> perl -de 1 > > Loading DB routines from perl5db.pl version 1.23 > Editor support available. > > Enter h or `h h' for help, or `man perldebug' for more help. > > main::(-e:1): 1 > DB<1> use MD5; &

use MD5

2004-04-06 Thread DBSMITH
All, can anyone advise? I have MD5 config'ed and compiled and it is in my PATH variable. Thank you! #> perl -de 1 Loading DB routines from perl5db.pl version 1.23 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(-e:1):