Pods

2002-08-28 Thread Michael D. Risser
Does anyone know where, or how to determine where, pods for installed modules are? I have several modules whose pods I would like to convert to html, but I don't know where they live, such as Date::Tie. -- Michael D. Risser Software Engineer/Linux Administrator

Re: Pods

2002-08-28 Thread Michael D. Risser
the tarballs around. On Wed, 2002-08-28 at 17:02, Jeff 'japhy' Pinyan wrote: On Aug 28, Michael D. Risser said: Does anyone know where, or how to determine where, pods for installed modules are? *Most* modules have the pod contained in their source code. Others have it stored

Field Separator

2002-07-17 Thread Michael D. Risser
Can anyone tell me what the escape sequence for the field seprator (^]) is, or point me to where I can find it? Basically I need to do a split on it to parse some records. TIA -- Michael D. Risser Software Engineer/Linux Administrator = Machine Vision Products, Inc

Re: (OT) Klez virus

2002-05-02 Thread Michael D. Risser
they are using the latest virus scanners.. Thanks Oh yeah, Keep up the good advice,I have been able to work around many problems with the information offered here! Mark. + + If I had a really witty signature ... I would place it here. + -- Michael D. Risser Software Engineer rm -rf /bin

Re: (OT) Klez virus

2002-05-02 Thread Michael D. Risser
to encrypt thier virus for outgoing mail. 8^P -Original Message- From: Michael D. Risser [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 10:38 AM To: [EMAIL PROTECTED] Subject: Re: (OT) Klez virus Maybe this isn't so off topic... Can anyone think of a way

Re: Re: Tell a friend - Help!

2002-04-10 Thread Michael D. Risser
quote before 'white', but failed to close it. -- Michael D. Risser Software Engineer rm -rf /bin/laden -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Not reading an array properly

2002-04-08 Thread Michael D. Risser
I have an array that contains some filenames that I wish to check for, however I don't seem to be checking the array, at least not in the manner I expect ;-) Here's the relevant offending code: my @lsLib = (libListTree.a, libXpm.a, libfalk.a,

Re: Not reading an array properly

2002-04-08 Thread Michael D. Risser
On Monday 08 April 2002 11:46 am, bob ackerman wrote: On Monday, April 8, 2002, at 11:21 AM, Michael D. Risser wrote: I have an array that contains some filenames that I wish to check for, however I don't seem to be checking the array, at least not in the manner I expect ;-) Here's

Re: Not reading an array properly

2002-04-08 Thread Michael D. Risser
Thanks! That did the trick, I *KNEW* there had to be a better way to do it, I just didn't know what it was :-) On Monday 08 April 2002 01:43 pm, John W. Krahn wrote: sub check() { my ($dir,@toCheck) = @_; my $last = @toCheck; my $i; my $valid;

Re: Array question...

2002-03-28 Thread Michael D. Risser
On Thursday 28 March 2002 08:54 am, you wrote: OK here's the problem: I have an array that may or may not have been assigned to, if it has been assigned to I need to do one thing, otherwise I need to do something else. I've tried many variations, but I'm having trouble determining if it has

Array question...

2002-03-28 Thread Michael D. Risser
OK here's the problem: I have an array that may or may not have been assigned to, if it has been assigned to I need to do one thing, otherwise I need to do something else. I've tried many variations, but I'm having trouble determining if it has been assigned to. if(undef @myArray) { # Do

Microsoft Word Documents

2002-03-13 Thread Michael D. Risser
I have searched CPAN, but so far no luck. Does anyone know of a module or Perl script that can parse MS Word .doc files? I'm trying to add the ability to display these files in a web browser to a document managment system I found on the web. Thanks in advance -- To unsubscribe, e-mail:

Re: Not creating home dir....

2001-12-14 Thread Michael D. Risser
, /bin/false); $pw-passwd($new_user, $pw-encpass($new_pass)); $pw-commit(); undef $pw; system(pwconv $new_user); Am I missing something here? Regards, Dan -- Michael D. Risser Software Engineer/Linux Administrator = Machine Vision Products, Inc. www.visionpro.com

Re: press return to continue

2001-11-29 Thread Michael D. Risser
://geocities.yahoo.com/ps/info1 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Michael D. Risser Software Engineer/Linux Administrator = Machine Vision Products, Inc. www.visionpro.com [EMAIL PROTECTED] -BEGIN PGP

Re: Comparison problem

2001-11-16 Thread Michael D. Risser
; } -- Michael D. Risser Software Engineer/Linux Administrator = Machine Vision Products, Inc. www.visionpro.com [EMAIL PROTECTED] -BEGIN PGP PUBLIC KEY BLOCK- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org

Re: Comparison problem

2001-11-16 Thread Michael D. Risser
the filesnames into an array (I'm sure theres a better way, but this works ;-)), $j starts at 1 since the first filename should be 1 I can send the whole script if need be, but it is rather long :-) -- Michael D. Risser Software Engineer/Linux Administrator = Machine

Re: Can perl dynamically modify images?

2001-11-12 Thread Michael D. Risser
, and you have a couple of choices: The GD module which requires GD, or the PerlMagick module which requires ImageMagick. -- Michael D. Risser Software Engineer/Linux Administrator = Machine Vision Products, Inc. www.visionpro.com [EMAIL PROTECTED] -BEGIN PGP PUBLIC KEY

Comparison problem

2001-11-08 Thread Michael D. Risser
; $i = $numFiles;$i++) { if ($file != $j) { print Sending missing for file: $i; sendMissing; $j++; next; } } -- Michael D. Risser Software Engineer/Linux Administrator = Machine Vision Products, Inc. www.visionpro.com [EMAIL

Re: Silly problem

2001-11-03 Thread Michael D. Risser
== VINTEK CONSULTING PTY LTD (ACN 088 825 209) Email: [EMAIL PROTECTED] WWW:http://www.vintek.net Tel:(08) 8523 5035 Fax:(08) 8523 2104 Snail: P.O. Box 312 Gawler SA 5118 == -- Michael D. Risser Software Engineer/Linux

Re: Graph generation...

2001-10-30 Thread Michael D. Risser
taken a look at GD::Graph? -- Michael D. Risser Software Engineer/Linux Administrator = Machine Vision Products, Inc. www.visionpro.com [EMAIL PROTECTED] -BEGIN PGP PUBLIC KEY BLOCK- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org

Re: Not working in Netscape, working in IE

2001-10-19 Thread Michael D. Risser
Programmer -- IP Strategy Inc. 5353 Mission Center Road #212 San Diego, CA 92108 tel 619-308-0180 x206 fax 619-839-3652 ipstrategy.com -- -- Michael D. Risser Software Engineer/Linux

Re: Docs

2001-10-15 Thread Michael D. Risser
http://www.taylorjohnson.com/ ; } You might want to try http://www.perldoc.com -- Michael D. Risser Software Engineer = Machine Vision Products, Inc. www.visionpro.com [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Please Stop (was: Re: eval problem)

2001-10-04 Thread Michael D. Risser
in a friendly, non-demeaning manner :-) -- Michael D. Risser Software Engineer = Machine Vision Products, Inc. www.visionpro.com [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Perl compiling environment for win98.

2001-10-04 Thread Michael D. Risser
XFree86 has been ported to Cygwin so you can write Perl/Tk or wxPerl apps that will run on Unix. -- Michael D. Risser Software Engineer = Machine Vision Products, Inc. www.visionpro.com [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Stylesheet line not working

2001-10-01 Thread Michael D. Risser
='stylesheet' TYPE='text/css' href='path/to/css' For some reason they require the TYPE attribute to be present. -- Michael D. Risser Software Engineer = Machine Vision Products, Inc. www.visionpro.com [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: build perl on Solaris

2001-10-01 Thread Michael D. Risser
encountered this problem as well, but so far forcing the install of the module(s) seems to work just fine, i.e. cpan force install Net::FTP (for cpan) Or just skip the test if building the module(s) by hand. -- Michael D. Risser Software Engineer = Machine Vision Products

Re: Windows programming in Perl

2001-09-26 Thread Michael D. Risser
to it, and provides a richer widget set. -- Michael D. Risser Software Engineer = Machine Vision Products, Inc. www.visionpro.com [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Volunteer Project

2001-09-22 Thread Michael D. Risser
. --- - Teresa Raymond - - [EMAIL PROTECTED] - - http://www.mariposanet.com - --- I'd be happy to help, and I have a little extra time. Send me the details. -- Michael D. Risser Software Engineer

GDBM_File problems

2001-09-20 Thread Michael D. Risser
: main::reqTester called at ./wreq-mysql.pl line 44 Commenting out the 'use diagnostics;' line only results in the removal of the first and third lines in the error message. Is there a reason why $! doesn't contain any information here? Thanks in advance, -- Michael D. Risser Software Engineer

Problems with @INC and CPAN

2001-09-18 Thread Michael D. Risser
I'm having a little difficulty with @INC, a script I'm trying to run, actually part of bugzilla, says it can't find DBI.pm in @INC, I've manually searched those directories and can't find it, but CPAN says DBI.pm is up to date. Any ideas on how to fix this??? -- Michael D. Risser Software

Re: Graphical interface

2001-09-03 Thread Michael D. Risser
seem to be useful only for C(++) programs but not for perl. Is it true? Thanx for any advice. Dusan Juhas Try the Perl port of wxWindows at www.wxwindows.org, I don't no how well it well handle internationalization, but it is an option. -- Michael D. Risser Software Engineer

Re: Help request for backup perl script

2001-08-22 Thread Michael D. Risser
); I was having the same problem with a similar script and that fixed it. -- Michael D. Risser Software Engineer Machine Vision Products, Inc. www.visionpro.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Brand New!

2001-08-22 Thread Michael D. Risser
are searching for any of these they should be escaped. -- Michael D. Risser Software Engineer Machine Vision Products, Inc. www.visionpro.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: :Graph

2001-06-25 Thread Michael D . Risser
On Sunday 24 June 2001 11:28 am, [EMAIL PROTECTED] wrote: I tried your code below but had problems: First, apache didn't like creating the image in the cgi-bin dir, so I changed the reference to apache/icons instead of current directory. Perhaps this is unimportant for your setup. I haven't

Re: httpd fails to start after installing new perl version

2001-06-22 Thread Michael D . Risser
On Wednesday 20 June 2001 06:46 am, you wrote: hello all, i get the following error message when trying to start the httpd: Starting httpd: [Wed Jun 20 15:03:12 2001] [error] Can't locate Apache.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0

Re: httpd fails to start after installing new perl version

2001-06-22 Thread Michael D . Risser
On Friday 22 June 2001 09:11 am, you wrote: Michael D. Risser schrieb: It appears that the RPM for Apache is not picking up your Perl install. I personally always install Apache from source, as this avoids problems like this. Since you're running RH7.1, I would suggest using

GD::Graph

2001-06-22 Thread Michael D . Risser
Does any one knw why I get a red and a green bar side-by-side for the same value when using GD::Graph::bars? Is there any way to stop thjis behavior? I've checked the perldocs on GD::Graph, but can't find anything about it. Here is the code I am using: use GD::Graph::bars; # Get a

Re: New

2001-06-15 Thread Michael D . Risser
--SNIP-- What books are you reading? Hopefully at least one of them is blue with either a camel or llama on the cover. :-) -- Brett Why do you say that about the books, is there something special about O'Reilly books?, besides my O'Reilly book doesn't have a camel or a llama, but a

Re: perl and sendmail

2001-06-15 Thread Michael D . Risser
On Friday 15 June 2001 05:09 am, you wrote: how do I change my char-font or how do I see what is my char-font ??? !! I'm NOT a Administrator I'm a regular USER That would depend on what your mail client is, if you could tell us I'm sure someone on this list has experience working with it and

Re: Stuck in the Perl Beginners Panic-Zone!

2001-06-15 Thread Michael D . Risser
On Friday 15 June 2001 01:59 pm, you wrote: Ok, I'll take a different approach to my question. Is there anyone out there who runs their PERL scripts on a Windows Me driven computer? If so, what version of PERL do you use and EXACTLY what steps do you take to get your scripts to run on your

Re: Noobie question

2001-06-14 Thread Michael D . Risser
On Thursday 14 June 2001 08:04 am, you wrote: OK I give up TMTOWTDI? There's More Than One Way To Do It

Re: Noobie question

2001-06-13 Thread Michael D . Risser
On Wednesday 13 June 2001 12:22 pm, Peter Scott wrote: At 12:05 PM 6/13/01 -0700, Ward, Stefan wrote: Does anyone have an example of a way to write a perl script that will go out hit a data base table, pull in a column for that table and use that column in a dropdown list? I know what to