- or download this
select UserName from table where UserName <> '' and UserName not like
+'deleted%'
- or download this
#! perl -w
use strict;
...
}
print { $fhs{ $char } } $_;
}
- or download this
#! perl -w
use strict;
...
$uniq{ $_ } = 1;
}
}
- or download this
mysql --quick < getnames.sql | perl partNames.pl
perl uniqNames.pl > uniqedNames.txt