NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Guessing on that symbolp (Score:2)
I'd just leave out the length 1 check too. If you have (quote fred barney), you're already pretty crazy. :)
Interpolation (Score:2)
You might prefer
Basically, backquote starts a list you can interpolate into; comma interpolates a single item; comma + at-sign splices in a list at that point. As usual, more info in BackquoteSyntax [emacswiki.org]