Down and dirty duplicate deleter

2002-07-30 Thread Kirby_Sarah
Hi, I have instances where I want to delete duplicate elements out of an array. Is there an easy way to do this? -Sarah -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Need help

2002-08-09 Thread Kirby_Sarah
Mabe you could send a sample of the log file as well? -Original Message- From: Najamuddin, Junaid [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 5:23 PM To: '[EMAIL PROTECTED]' Subject: Need help Hi, Thanks in advance, if someone can help me out I am trying to read the la

deprewhat?

2002-08-12 Thread Kirby_Sarah
What does this mean? Use of implicit split to @_ is deprecated at UNIX_prelim.pl line 344. line 344: $policyCount = split (/\t/, $violations{$vID}); -Sarah -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: deprewhat?

2002-08-12 Thread Kirby_Sarah
This works for me. Thanks for everyone's remarks and helpful advice. -Sarah -Original Message- From: Paul Johnson [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 6:14 PM To: Nikola Janceski Cc: 'Kirby_Sarah'; '[EMAIL PROTECTED]' Subject: Re: de

How could this happen?

2002-08-12 Thread Kirby_Sarah
This is really weird. I've been trying to figure out why the value of a scalar changes when I send it to a subroutine, so I tried assigning the value within the subroutine to see if it was getting the value some other way, and this is what I got: Code: $banana = "3.1.2.3.3.5.B.06";

RE: How could this happen?

2002-08-12 Thread Kirby_Sarah
Nevermind, my brain is fried. Duh, a second print statement somewhere. I wish there were a RTFM for life. Time to toss in the towel and live to program another day. Thanks again for the patience. -Sarah -Original Message- From: Kirby_Sarah [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: How could this happen?

2002-08-13 Thread Kirby_Sarah
m stage yet. I will file that away for when I start writing my code libraries. -Sarah (not a hacker, just a hack programmer) -Original Message- From: Chas Owens [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 10:19 AM To: Kirby_Sarah Cc: '[EMAIL PROTECTED]' Subject: RE: H

RE: How could this happen?

2002-08-13 Thread Kirby_Sarah
(okay, it's stupid, but I'd have to get a tech to come to my computer to install it because of the lock down and it's just stupid). -Original Message- From: Chas Owens [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 10:49 AM To: Kirby_Sarah Cc: '[EMAIL PRO

Word and Outlook

2002-08-27 Thread Kirby_Sarah
Hi all, I was wondering, can Perl create and format a Word document using a template and can Perl create draft copies of Emails with (or without) attachments? I want to automate a report process so that perl generates the reports (which I do right now into HTML format that I then save a

RE: PERL Compiler

2002-08-29 Thread Kirby_Sarah
Since we are on the topic... I wanted to get the additional modules, so I downloaded the stable.zip onto my NT machine and unzipped it, but I haven't been able to get it to recognize any perl scripts. Did I miss a step? -Sarah -Original Message- From: Nigel Peck [mailto:[EMAIL PROTECT

RE: Can my code be shortened?

2002-09-12 Thread Kirby_Sarah
I didn't test it, but this should work, right? -Original Message- From: loan tran [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 4:02 PM To: [EMAIL PROTECTED] Subject: Can my code be shortened? #!/usr/bin/perl -w @col_header = ('Sybase Server','Function','Type','Unix Mac

RE: Extracting text from a phrase

2002-09-17 Thread Kirby_Sarah
What is generating the source file? If you are sure that all the html is standardized, then you can be more strict. Maybe if you could send a section (20 lines or so) so we could see what you are working with... -Original Message- From: James Edward Gray II [mailto:[EMAIL PROTECTED]] Sen