Help for this page

Select Code to Download


  1. or download this
    my $password = {};
    
    while (<F>)
    ...
        @attributes{qw( pwd uid gid dsc hom shl )} = @attributes;  
        $password->{$name} = \%attributes;
    }