Ask a Question related to PERL Beginners, Design and Development.
-
Lasse Hubinette #1
Re: Text file separators
Hi,
I have an interface written in Perl between two different systems. The
perl program is started with
case 1:
program.pl -n <integer> -m getPrice -t <string>
case 2:
program.pl -n <integer> -m enterDeal -t <string>
For case 1 the deciamal separator becomes "," and for case 2 it
becomes ".", and I don't know why. They are using different logic to
interface between the system but nothing that should mess up the
decimal separator. I have as part of the program written out all the
envrionment variables and they are exactly the same. So my question is
what decides the perl decimal separator in a program?
My LC settings are:
LC_MONETARY = sv
LC_CTYPE = sv
LC_MESSAGES = C
LC_NUMERIC = sv
Regards
Lasse
Lasse Hubinette Guest
-
Easy way to find and change all the separators in numbers
Hi I just got a 48 page document with row after row of large numbers (e.g. 1,232,457). Is there a fast way of changing all the commas into periods... -
Decorative Text Separators
I'm thrilled with the decorative type seperators found in my brushes library. God I'm thrilled (&I'M 66)!!!! but how do you get one of the damn... -
text field including text from a text file *.txt
Hi, I would like to insert a text field which includes text from a text file. I know it must be possible but unfortunately I cannot find any help... -
format number with comma separators?
I'm brain dead and just trying to get formatted numbers in a task that's already 10 tangents deep -- argh. Anyway, how can I sprintf (or otherwise)... -
'ASCII character 29 group separators'
In FM, how can I edit a file and insert 'ASCII character 29 group separators ' to allow an imported file to work with 'Field Format Check boxes'?



Reply With Quote

