RE: Can I alter the system wide @INC array?

2005-09-14 Thread Siegfried Heintze
I'm using the perl DBI to populate a MSAccess database. I've spent all morning discovering that I cannot store a URL longer than 255 characters. I'm using the bind_param function and I get an error when it is longer. I've tried changing it (the field type) to type memo, hyperlink and text. None

RE: Can I alter the system wide @INC array?

2005-09-14 Thread Chris Devers
On Wed, 14 Sep 2005, Siegfried Heintze wrote: Anyone got any ideas? Reconsider your choice of database software? :-) You're accurately describing what would happen if you tried to stuff more than 255 characters into a VARCHAR field in most databases. If you need more space than that, most

Re: Can I alter the system wide @INC array?

2005-09-13 Thread John Doe
Andre am Dienstag, 13. September 2005 22.08: Hello, I have trouble to use the perldoc program. I want to read the documentation for WidgetDemo which is installed in /usr/lib/perl5/vendor_perl/5.8.5/i686-linux/Tk/WidgetDemo.pod. This means that the packages full name is Tk::WidgetDemo -