RE: [Perl-unix-users] want to compare character in two files

2003-02-26 Thread Matt Schneider
, February 25, 2003 3:05 PM To: [EMAIL PROTECTED] Subject: [Perl-unix-users] want to compare character in two files Hi everybody, I do a script to that pick some character from file A and the open and read file B and search is equal or not. This is the example: my $datainfo = '/gupl/Genera

[Perl-unix-users] want to compare character in two files

2003-02-25 Thread Ing. Ricardo Cumberbatch L. \(PANNet - URC\)
Hi everybody, I do a script to that pick some character from file A and the open and read file B and search is equal or not. This is the example: my $datainfo = '/gupl/GenerarUser'; $count = 1; open (LECTOR, "$datainfo/students_creados") || die "ERROR: NO Encuentro el archivo 'students_creados