[Perl-unix-users] Re: Last and wtmp

2003-12-04 Thread $Bill Luebkert
Mundell, R. (Ronald) wrote: > Good Day > > > > Does anyone know what the format of the wtmp file is and if there is a > perl module that will assist me processing this file? That's what man pages are for. man 5 wtmp will hopefully get you some help. http://www.linuxjournal.com/cgi-bin/man/m

Re: [Perl-unix-users] Re: Last and wtmp

2003-12-04 Thread Olivier Renard
You can also have a look at this wich detailled the binary format http://www.oreilly.com/catalog/perlsysadm/chapter/ch09.html P.S: also see "FIONREAD" to retrieve the struct format on your system. $Bill Luebkert wrote: Mundell, R. (Ronald) wrote: Good Day Does anyone know what the format of