LPM: 2d array ? for perl

Ronald Edward Petty repett0 at sweb.uky.edu
Thu Dec 28 13:33:10 CST 2000


> while(@auth)
> {
>         print "@datafile[0]";
>         splice(@auth, 0, 1);
>         splice(@datafile, 0, 1);
> }

@auth will have the same number of elements as @datafile since
@auth is an array of the first | delimited fields from @datafile?  Make
more since?
Ron




More information about the Lexington-pm mailing list