Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: strawberry perl updates

by rwp (Initiate)
on Nov 29, 2022 at 19:51 UTC ( #11148446=note: print w/replies, xml ) Need Help??


in reply to Re^2: strawberry perl updates
in thread strawberry perl updates

> what a giant amount of information

In theory, you could also use perl -V:uname to derive just that string.

But it didn't work for me though the other variables from perl -V do.

Strange.

Replies are listed 'Best First'.
Re^4: strawberry perl updates
by pryrt (Abbot) on Nov 29, 2022 at 20:15 UTC

    > In theory, you could also use perl -V:uname to derive just that string. But it didn't work for me though the other variables from perl -V do.

    https://metacpan.org/dist/perl/source/Porting/Glossary#L5553:

    uname: This variable is used internally by Configure to determine the full pathname (if any) of the uname program. After Configure runs, the value is reset to a plain "uname" and is not useful.

    https://metacpan.org/dist/perl/source/Porting/Glossary#L4456:

    myuname: The output of 'uname -a' if available, otherwise the hostname. The whole thing is then lower-cased and slashes and single quotes are removed.

    There are a few of the other %Config / -V: entries that have the "my" versions, as listed in the glossary near myuname . And you can find others that have "is not useful" in their description, indicating that the $Config{xxx} or -V:xxx will not be useful. (edit: Though their "is not useful" assessment doesn't always match my experience: on Strawberry perl, 'make' stays with either dmake (for older versions) or gmake (for more recent strawberries), and is useful.)

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (1)
As of 2023-05-28 12:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?