in reply to simple getpwent/array question
while (my @entry = getpwent) { # ... }
Cheers - L~R
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: simple getpwent/array question
by ikegami (Patriarch) on Nov 06, 2008 at 21:13 UTC | |
|
Re^2: simple getpwent/array question
by rowdog (Curate) on Nov 07, 2008 at 01:58 UTC | |
by Limbic~Region (Chancellor) on Nov 07, 2008 at 02:10 UTC |