As has already been mentioned, CPAN has scripts. But the next logical question is, does it need to be a script? You could modularise it, and then have a script in your distribution that called the module. And that may make it easier for
- others to modify it,
- others to extend it, and
- others to use it in wierd and wacky ways (e.g., convert a word file during upload as a filter for a CGI script directly into a TWiki hosted on the same, or different, machine, without actually using a temp file).
Then you may think CPAN makes logical sense. As for a repository for your code elsewhere, outside of your personal machine,
Sourceforge makes as much sense as anywhere else, especially if you already have an ID there. If you don't, then it probably doesn't matter - pick a place and use it.
Of course, I'm one to talk - I do have an account on Sourceforge, but none of my perl code is up there. :-) I keep meaning to do it ... just never get around to it.