Encryption/Decryption

2002-01-15 Thread Gary Luther
n Franklin - R Gary Luther RR RR SAF RR RR UTABEGAS 2500 Broadway RR RRHelena, MT 59602 [EMAIL PROTECTED] RR RR ULE !! RR RR Visit our web

Help with encryption/decryption

2002-01-11 Thread Gary Luther
nor safety." -- Benjamin Franklin - R Gary Luther RR RR SAF RR RR UTABEGAS 2500 Broadway RR RRHelena, MT 59602 [EMAIL P

Encryption/Decryption problem

2002-01-09 Thread Gary Luther
- Benjamin Franklin - R Gary Luther RR RR SAF RR RR UTABEGAS 2500 Broadway RR RRHelena, MT 59602 [EMAIL PROTECTED] RR RR ULE !! RR RR

Windows programming in Perl

2001-09-25 Thread Gary Luther
- RGary Luther RR RR SAF RR RR UTABEGAS 2500 Broadway RR RRHelena, MT 59602 [EMAIL PROTECTED] RR RR ULE !! RR RR Visit our website at RR RR http://www.safmt.org BEGIN:

HELP - Stuck with a regex

2001-09-08 Thread Gary Luther
) TIA -- - "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin - R Ga

Strange foreach need..........

2001-08-23 Thread Gary Luther
rve neither liberty nor safety." -- Benjamin Franklin --------- RGary Luther RR RR SAF RR RR UTABEGAS 2500 Broadway RR RRHelena, MT 59602 [EMAIL PRO

Regex giving me fits!! :-(

2001-07-17 Thread Gary Luther
nor safety." -- Benjamin Franklin - R Gary Luther RR RR SAF RR RR UTABEGAS 2500 Broadway RR RRHelena, MT 59602 [EMAIL P

Tape Processing - - Possible?

2001-07-13 Thread Gary Luther
basis? -- - "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin - R Gar

Ugly Code..How to beautify or at least clarify

2001-06-29 Thread Gary Luther
- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin ---

Hash of arrays.......stuck!!

2001-06-27 Thread Gary Luther
rong, I love every minute of it, but at 60+ I think I need ear plugs 'cause it must be leaking out of my ears. :-) TIA -- - "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."

Re: Selection Mask

2001-06-18 Thread Gary Luther
R UTABEGAS  2500 BroadwayRR RR    Helena, MT 59602 [EMAIL PROTECTED]RR RR  ULE !!    RR  RR   Visit our website atRR   RR  http://www.safmt.org>>> "Gary Luther" <[EMAIL PROTECTED]> 06/18/01 01:03PM &

Selection Mask

2001-06-18 Thread Gary Luther
This is probably another one of my trivial questions, so thanks in advance for not flaming me:-)   I have a statement that I am using to mask from the user some file names that I am displaying (print) to him for a y or n decision. There are many files and so I am trying to give hi

Simple problem goes astray

2001-06-11 Thread Gary Luther
Okay guys & gals..sorry to ask simple minded questions..they must fit my personality :-(   I want to do a simple transliteration.   THE STRING:    $new_name='NEW & RE-PORT V/3 TO TEST.11Jun01149232.test';   THIS WORKS:     1 #!/usr/local/bin/perl -w  2  3 $new_name='N

Re: Comparing two files

2001-06-06 Thread Gary Luther
Unless I am missing the point of the question, this seems to me like an Intersection of Arrays problem which is covered in every Perl book that I have seen under hashes.   Basically:   %seen=(); foreach (@array1) {   $seen($_)=1; } $intersection=grep($seen($_), @array2);      

Thank You - Re: Probably a "no-brainer" - the last twomessages.

2001-06-05 Thread Gary Luther
I am off applying salve to my wounds. It was careless of me to over look that .   Thanks to the list. Sorry, to take eveyones time for so trivial of an item.   ---"They that can give up essential liberty    to obtain a li

Probably a "no-brainer" - the last two messages.

2001-06-05 Thread Gary Luther
I have gotten all the warning messages out of my program except these two. The program runs fine but this is just an annoyance.   I have looked at the code but not sure I understand what the message is really trying to tell me.   MESSAGES:   Useless use of string in void context at /common/b

THANK YOU _Re:Printing has me confused

2001-06-01 Thread Gary Luther
The problem is solved. It was an unwanted \r that had snuck by my regexp.   I think I was probably half brain dead yesterday (some would not qualify it that much :-)   Thanks to the list. You guys/gals are great. Perl is awesome. I used to fiddle in APL and thought that was way cool.  Perl i

Printing has me confused

2001-05-31 Thread Gary Luther
I am writing a program and am being baffled by what is happening.  Here is a section of the debug session:     DB<1>main::(/common/bin/whaduname.LTR:98):98: $new_fn="$ltr.$rname.$numltrs.$rdate.$pdate.$cntr";  DB<1>main::(/common/bin/whaduname.LTR:99):99: print "New

Another puzzle......??

2001-05-15 Thread Gary Luther
Thanks to all who responded to previous query. Hopefully I will someday be a better Perl programmer for it.   Now on to another perplexing problem   I have a line that looks like this:    TOXFY-1   LENDER:    DISBURSEMENT DATE: 

Perplexing problem.........probably beginners luck??

2001-05-15 Thread Gary Luther
I have a test file that looks like this:    TAXFN   A GREAT BIG TITLE    PAGE:  1     A SMALL TITLE

Use of filters.................??

2001-05-15 Thread Gary Luther
I am trying to filter my email from [EMAIL PROTECTED] into a folder. All the messages that have that email address in the header I can filter just fine BUT many, many messages don't even have the work perl in them anywhere. Can the List Owner insure that some kind of tag is always in the head

How to read backwards in a file.

2001-05-14 Thread Gary Luther
I am learning Perl and loving it. Perl is cool...not as cool as APL but nonetheless cool. Here is my question. I have to read into a file for a particular string in a record. The "strings" occur in different records. I then call a subroutine and within the subroutine need to be able to r