Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Is there perchance a %Config::Config key that will tell me if USE_LOCALE_NUMERIC is defined in my build of perl ?

by Fletch (Bishop)
on Mar 18, 2022 at 14:47 UTC ( [id://11142228]=note: print w/replies, xml ) Need Help??


in reply to Is there perchance a %Config::Config key that will tell me if USE_LOCALE_NUMERIC is defined in my build of perl ?

Maybe looks like it's mentioned in what Config::bincompat_options() returns (which lists "C pre-processor options used when compiling this perl binary"). That's where the output in the perl -V is coming from (I believe . . .).

DB<3> x grep /USE_LOC/, Config::bincompat_options() 0 'USE_LOCALE_COLLATE' 1 'USE_LOCALE_NUMERIC' 2 'USE_LOCALE_TIME'

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re: Is there perchance a %Config::Config key that will tell me if USE_LOCALE_NUMERIC is defined in my build of perl ?
  • Select or Download Code

Replies are listed 'Best First'.
Re^2: Is there perchance a %Config::Config key that will tell me if USE_LOCALE_NUMERIC is defined in my build of perl ?
by syphilis (Archbishop) on Mar 18, 2022 at 21:38 UTC
    Thank you for digging that up for me, Fletch.

    Cheers,
    Rob

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-23 18:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found