Help for this page

Select Code to Download


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