Ellers wrote:
> 
> Hi All
> 
> Further to earlier posts about "identifier too long", I ran into the same problem 
>when doing something like:
> 
>         $Response->Include( 'some/really/long/name/here/something/like/this.asp' )
> 
> Perl's limit on function name size was exceeded because the file is compiled to a 
>namespace/function based on the filename.
> 
> I did a hacky modification to ASP.pm, copied in below as a diff. (I must learn how 
>to use patch someday...)
> 
> All it does is trim back $id and regenerate $subid iff the $subid is too long. Not 
>fancy, but it works. Hopefully it isn't going to cause problems
> down the line!
> 

This fix I have for this in 2.33 is similar, but a bit more involved.
2.33 will be released shortly to CPAN.  Let me know if you would 
like an early release, and I can email it to you privately.

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to