comparing text files, in a way

2008-09-08 Thread frazzmata
I am writing a program where I want to be able to locate information regarding a person in one file, if they appear in another. For instance: I have a file that just has student IDs (for students that are new) It has a long list of Student IDs like this: 100955 104024 564765 123456 765437 1233

Re: activeperl

2008-09-06 Thread frazzmata
On Sep 4, 11:47 pm, [EMAIL PROTECTED] (Vyacheslav Karamov) wrote: > frazzmata пишет:> I have a machine in my office without internet access. > > I want to download modules to install on that computer, but I Cant use > > ppm > > are there installers that dont require them t

Re: while loops and the bedlam of the hash key

2008-09-06 Thread frazzmata
;$id "; >       my @records = @{$table{$id}}; >         print join ', ', sort @records; >       print "\n"; >     } > > --Hridyesh > > > > frazzmata wrote: > > I have a problem > > I am trying to take lines in a text file that look

while loops and the bedlam of the hash key

2008-09-05 Thread frazzmata
I have a problem I am trying to take lines in a text file that look like this. although there are 500 more or so (and they have more realistic names) 25727 dude, some M MEX.AMER. DORM1 25797 dude, other M BLACK DORM2 29291 guy, randomM BLACK DORM3 30249 fella, helluva

activeperl

2008-09-04 Thread frazzmata
I have a machine in my office without internet access. I want to download modules to install on that computer, but I Cant use ppm are there installers that dont require them to be made with some sort of dmake or nmake? of course if necessary I have visual C, so I guess I can do that if I need to..