It looks like the length of an input parameter (taken from the command line atleast) is limited to 256 characters. Is there a way around this? can I set something? can I use something special? or is there no way around this? thanx. I have tried readline, read char by char and raw_input().