Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
After a good nights sleep I looked more thoroughly using Devel::Peek as you pointed me to.
And now I think we're closing in.

In the test script:

Dump($v2); ## prints SV = PV(0x176ec38) at 0x1765274 REFCNT = 1 FLAGS = (PADBUSY,PADMY,POK,pPOK) PV = 0x17601c0 "3.25"\0 CUR = 4 LEN = 8 my $v3 = 2.5 * $v2; Dump($v3); ## prints SV = NV(0x1761830) at 0x177ee88 REFCNT = 1 FLAGS = (PADBUSY,PADMY,NOK,pNOK) NV = 8.125
BUT with the original program
Dump($v2); ## prints SV = PV(0x1b69008) at 0x1b87164 REFCNT = 1 FLAGS = (PADBUSY,PADMY,POK,pPOK) PV = 0x1b6ab58 "3.25"\0 CUR = 4 LEN = 5 my $v3 = 2.5 * $v2; Dump($v3); ## prints SV = NV(0x178ecbc) at 0x1b87218 REFCNT = 1 FLAGS = (PADBUSY,PADMY,NOK,pNOK) NV = 7,5
From this I gather that the problem has something to do with the decimal delimiter, maybe the locale or somesuch has been changed under my feet. The difference between the original script and the test is that the original uses DBI

I will now upgrade my Activestate 623 distribution to 631 to see if this resolves the problem

More ideas ?

---
It's unfair to be an expert.


In reply to Re: Re: 0.123, float or integer by guha
in thread 0.123, float or integer by guha

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-23 07:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found