Re: Reading 2 array lists

2009-02-22 Thread mritorto
Owen, I got it to work using your script and the list compare module I figured that I had to copy the files to a certain directory . The directions cspan gave were wrong for windows thanks one question what does this mean? # my $comparison = List::Compare->new(\...@atlas, \...@isis);

Re: Reading 2 array lists

2009-02-22 Thread mritorto
guys question are their any books that explain all of the modules or atleast the most common as well as all of the expressions used in perl thanks marc On Feb 18, 8:33 pm, chas.ow...@gmail.com (Chas. Owens) wrote: > On Wed, Feb 18, 2009 at 19:59, Gunnar Hjalmarsson wrote: > > Chas. Owens wrot

Re: Reading 2 array lists

2009-02-20 Thread mritorto
I have that one I need one for perl dummies like me Lol --Original Message-- From: Dermot To: mritorto Cc: beginners@perl.org Subject: Re: Reading 2 array lists Sent: Feb 20, 2009 5:28 AM 2009/2/19 mritorto : > guys > > more questions > > > isn't built in. I am

Re: Reading 2 array lists

2009-02-19 Thread mritorto
guys more questions isn't built in. I am using active state perl can u recommend any good perl books the ones I have aren't make for beginers like perl cookbook or perl in a nutshell remember I have no programming background I am an exchange admin will this compare module work with windows

Re: Reading 2 array lists

2009-02-19 Thread mritorto
owen, How do I use the List::Compare module. I read online about a array::compare module is the same thing? marc On Feb 18, 8:33 pm, chas.ow...@gmail.com (Chas. Owens) wrote: > On Wed, Feb 18, 2009 at 19:59, Gunnar Hjalmarsson wrote: > > Chas. Owens wrote: > snip > >> This is not the best

Reading 2 array lists

2009-02-18 Thread mritorto
guys I am new to perl scripting. I am trying to read 2 different txt files into 2 different arrays. My goal is to have a script read them both and print out any differences. Here is the script - it only prints out some of the files that end in a *.cer extentions but is miss the other info ##