Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Not a Bug in Perl

by maa (Pilgrim)
on Jan 31, 2004 at 19:42 UTC ( [id://325571]=note: print w/replies, xml ) Need Help??


in reply to Re: Win32::OLE, cuts off at 255 Chars...
in thread Win32::OLE, cuts off at 255 Chars...

Hi,
This isn't a bug in Perl, it's a Win32 problem. a "String" in the Win32 world is (up to) 255 characters terminated by \0 (as in a C string). You'll find this is a limitation of a "Text" field in MS Access, too.

You can also demonstrate this "environment variable feature" in IIS if you enter a key=value in a query string where the value has more than 255 characters... it gets chopped and Env variables get stuck in... Neat!

HTH - Mark

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://325571]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (1)
As of 2024-04-19 00:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found