Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
"To date, I fear using CPAN because of past experience having to go through tens of minutes of questions in command line"

Citations please, specific distribution names required. This is not my near 20 year experience. A minute fraction maybe, but that's for your own good.

"1. Why isn't there an NPM for Perl?"

As someone who dabbles in JS/JQuery very, very infrequently, can you elaborate on what NPM is for so that those in this neighbourhood who may be ignorant (like me) can get a better picture?

"2. Why is JSON so popular if Perl already had the same concepts long before JS existed."

JSON, although related to JS by name, is simply a standard data storage format. XML has come into presence as well, but it (imho) sucks. It's just another storage mechanism that works cross-platform. It has nothing to do with Perl at all. In fact, Perl data structures match more closely to JSON structures than any other language. That said, I have given examples of using JSON to transfer serial data between Perl, Python, C, C++, C# ad-infinitum. Perl has core (and external) storage formats, but the ones you may be thinking of are not easily across platforms. Either way, JSON is just as popular as something like SQLite for example... it's just a way to store, transact upon and use data across platforms and languages.

"3. Why is there so few Perl versions for windows..."

berrybrew.

-stevieb


In reply to Re: why isn't cpan like npm? by stevieb
in thread why isn't cpan like npm? by CodeDmitry

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 drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-04-18 14:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found