2 # the export the user file to ascii command
8 return (1, $self->msg('e5')) unless $self->priv >= 9;
10 my ($fn, $flag) = split /\s+/, $line;
12 unless ($fn && $fn eq 'user_asc') {
16 my $strip = $flag eq 'strip';
18 my @out = DXUser::export($fn, $strip);