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
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
;$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
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
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..