Hi,
I Luc Novales, engineer at system administration service in C.E.N.A.

I'm a newbee with perl and I have a problem of compatibility with perl
5.8.0 on Solaris 8.

Using internal "perlgrent" function to get groups informations in NIS
tables, long lines (941 characters) exit the data aquisition.
The script works fine with perl v5.6.1 built for sun4-solaris-64int, but
not with perl v5.8.0 built for sun4-solaris-thread-multi.
In the second case, only data before the long line are parsed.

Incriminated part of code is :

 > setgrent ;
 >
 > my @line;
 > while (@line = getgrent)
 > {
 >     $groups{$line[0]} = $line[2] ;
 > }
 > endgrent ;


Is there some way to change this max length ?

Thank you for your help.
Luc.


_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to