On Wed, 9 Mar 2011 00:36:32 -0600, will wrote: > What would be helpful is either
> "There's no mechanism within the Catalyst toolkit to generate urls with > anchors, stick to Perl string concatenation" > or > "You can use this handy feature XYZ of the Catalyst toolkit to generate url > strings with anchors" [...] A fine answer was provided by Andrew Rodland in the very first follow up to the question: * http://article.gmane.org/gmane.comp.web.catalyst.general/26244 Catalyst doesn't need to specifically handle fragments because URI objects do so, and Catalyst returns those. Or, you can just concatenate, as AR also wrote. The rest of the thread is just us quibbling about the accuracy of another response :-) Best regards, Adam -- "I always liked songs with parentheses in the title." Adam Sjøgren [email protected] _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
