Perl, 33 characters
$_=a;print$_++," "until/passwore/ Not much to say about this one. I could reduce this to 27 characters if I could use newlines instead of spaces to separate the entries.
$_=a;print$_++," "until/passwore/ Not much to say about this one. I could reduce this to 27 characters if I could use newlines instead of spaces to separate the entries.