Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

APPerl: "osname=cosmo" problem

by kcott (Archbishop)
on Jun 08, 2023 at 05:18 UTC ( #11152689=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ apperlm install-build-deps
    $ apperlm init --name initial_build_config --base full
    $ apperlm checkout initial_build_config
    $ apperlm configure
    $ apperlm build
    
  2. or download this
    $ ./perl.com -v
    
    ...
      Platform:
        osname=cosmo
    ...
    
  3. or download this
    C:\Users\ken\tmp>apperl -v
    
    ...
      Platform:
        osname=cosmo
    ...
    
  4. or download this
    $ ./perl.com -v
    
    ...
      Platform:
        osname=cosmo
    ...
    
  5. or download this
    $ perl -E 'say $^O'
    linux
    ...
    File::Spec::Unix
    $ ./perl.com -E 'use File::Spec; say for @File::Spec::ISA;'
    File::Spec::Unix
    
  6. or download this
    C:\Users\ken\tmp>perl -E "say $^O"
    MSWin32
    ...
    File::Spec::Win32
    C:\Users\ken\tmp>apperl -E "use File::Spec; say for @File::Spec::ISA;"
    File::Spec::Unix
    
  7. or download this
    $ perl -E 'say $^O'
    cygwin
    ...
    File::Spec::Cygwin
    $ ./perl.com -E 'use File::Spec; say for @File::Spec::ISA;'
    File::Spec::Unix
    
  8. or download this
    # Win10
    C:\Users\ken\tmp>apperl --assimilate
    ...
    # Cygwin
    $ ./perl.com --assimilate
    Unrecognized switch: --assimilate  (-h will show valid options).
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2023-12-10 23:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?