Re: blank spaces in a variable in perl

2006-08-18 Thread Ron Savage
On Fri, 18 Aug 2006 10:45:29 -0500, Oscar Gomez wrote: Hi Oscar > we have a variable made with four blank spaces but when try to read > it just take one single blank space. what we can do about this We need more info: Tell us your database vendor's name. Tell us if the column type for this var

Re: blank spaces in a variable in perl

2006-08-18 Thread Jeff Zucker
The topic of this list is DBI, the perl database interface. Questions not related to that module do not belong on this list. Try http://www.perlmonks.org/ or news://comp.lang.perl.misc and give some sample code so people can figure out what you are talking about. Is this perhaps for the web?

blank spaces in a variable in perl

2006-08-18 Thread Oscar Gomez
Hi everybody we have a variable made with four blank spaces but when try to read it just take one single blank space. what we can do about this concern. how we can read a variable like that. if you consider that this matter is not part of the topics you handle I would appreciate you suggest us wh