1439 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
10 results tagged cpan x
  • Search::Typesense - Perl interface to the Typesense search engine - metacpan.org
    April 2, 2021 at 2:25:58 AM UTC * - permalink -
    QRCode
    - https://metacpan.org/pod/Search::Typesense
    cpan perl search-engine typesense
  • Math::NumberCruncher - Collection of useful math-related functions. - metacpan.org
    $randInt = Math::NumberCruncher::RandInt(10,50);

    Returns a random integer between the two number passed to the function, inclusive. With no parameters passed, the function returns either 0 or 1.

    March 8, 2021 at 9:17:09 AM UTC - permalink -
    QRCode
    - https://metacpan.org/pod/release/SIFUKURT/Math-NumberCruncher-5.00/NumberCruncher.pm#$randInt-=-Math::NumberCruncher::RandInt(10,50);
    cpan integer perl random range
  • The River of CPAN

    This blog post describes a model that we found useful for talking about CPAN dependencies and reverse dependencies at the QA Hackathon. At the head of the river is Perl itself with the core modules. The river flows into the sea, which contains all distributions that aren't used by any other distribution. Other distributions sit somewhere along the river, their position determined by their reverse dependencies. This post introduces the core concepts, but nothing more.

    October 1, 2020 at 5:01:46 PM UTC - permalink -
    QRCode
    - https://neilb.org/2015/04/20/river-of-cpan.html
    cpan darkpan dependencies perl river theory
  • mstpan quick reference

    Last Christmas, the inimitable Matt Trout (mst) created an opinionated tour of CPAN where he recommended modules for some common problems. I think its brilliant, useful, and entertaining and I’ve decided to compile a high level overview all on one page in order to create a quick reference.

    I’ve tried to distill his wisdom and wit down to a few words. But I recommend clicking the section headers and following the links to Matt’s original posts to see his actual real opinions in their full complexity. This single page can’t replace 16 great posts and he usually includes advice on the best way to use the module. You won’t want to miss that.

    June 28, 2019 at 1:03:01 PM UTC * - permalink -
    QRCode
    - http://blog.kablamo.org/2015/09/08/mstpan/
    cpan module mst perl
  • thumbnail
    niner/Inline-Perl5: Use Perl 5 code in a Perl 6 program

    #SYNOPSIS

    use Inline::Perl5;
    use DBI:from<Perl5>;
    
    my $dbh = DBI.connect('dbi:Pg:database=test');
    my $products = $dbh.selectall_arrayref(
        'select * from products', {Slice => {}}
    );

    #DESCRIPTION

    Module for executing Perl 5 code and accessing Perl 5 modules from Perl 6.

    Supports Perl 5 modules including XS modules. Allows passing integers, strings, arrays, hashes, code references, file handles and objects between Perl 5 and Perl 6. Also supports calling methods on Perl 5 objects from Perl 6 and calling methods on Perl 6 objects from Perl 5 and subclass Perl 5 classes in Perl 6.

    October 9, 2017 at 9:02:48 PM UTC * - permalink -
    QRCode
    - https://github.com/niner/Inline-Perl5
    cpan module perl raku
  • thumbnail
    Create and upload your first Perl module to CPAN

    #Uploading Your First Module to CPAN brian d foy The Perl Review YAPC::EU 2011

    • You upload through PAUSE, The Perl Authors Upload Server. This is a stepping stone to CPAN.
    • Indexing.
      -- PAUSE indexes and creates data files for the CPAN clients
      -- Only the latest distributions get into it.
      -- People have permissions for namespaces
    • Get a PAUSE Account
    • Choose a [module name](https://pause.perl.org/pause/query? ACTION=pause_namingmodules)
    • Permissions.
      -- You can upload a namespace someone else already uses.
      -- But PAUSE will ignore it.
      -- A good name goes a long way.
    • Create the distro
      -- There are modules that can help you
      --- Module::Starter
      --- Distribution::Cooker
      --- h2xs (comes with Perl)
      --- many others
    • 25,000 Examples
      -- Look at other distributions to get examples
      -- See how other people do it
      -- Ask them questions
    • Github
    • Upload
    • Upload early & often
      -- You don’t have to be perfect, or even good
      -- Other people can help as soon as possible
      -- CPAN Testers can send you feedback
    • CPAN Search
    • Lots more
      -- PAUSE lets you add co-maintainers
      -- You can take over existing modules
      -- You can help with other people’s modules
    • Publicize your module
      -- Don’t be shy
      -- Write something on blogs.perl.org
      -- Tweet it, plus it, facebook it
      -- Give a lightning talk
    • Getting help
      -- For help with PAUSE issues, write to modules@perl.org
      -- One of the PAUSE volunteer admins can help you
      -- For general module questions, you might try module-authors@perl.org
      -- For CPAN Search issues, try cpansearch@perl.org
    April 1, 2016 at 9:00:08 PM UTC - permalink -
    QRCode
    - http://fr.slideshare.net/brian_d_foy/create-and-upload-to-cpan
    cpan module open-source perl
  • rdbic.pl - Instant CRUD webapp for your database using RapidApp/Catalyst/DBIx::Class - metacpan.org
    February 22, 2016 at 9:09:28 AM UTC - permalink -
    QRCode
    - https://metacpan.org/pod/distribution/RapidApp/script/rdbic.pl
    cpan crud datastore dbix-class perl RapidApp
  • [solved] perl 5.22.0-1: undefined symbol: perl_xs_apiversion_bootcheck / [testing] Repo Forum / Arch Linux Forums

    When you upgrade to a new major version of Perl, the XS modules have to be rebuilt :

    $ cpanm --reinstall Broken::Module

    August 3, 2015 at 6:18:44 PM UTC - permalink -
    QRCode
    - https://bbs.archlinux.org/viewtopic.php?id=198700
    cpan module perl sysadmin
  • archlinux - Arch Linux Perl. (Data Dumper) undefined symbol Perl_xs_apiversion_bootcheck - Stack Overflow

    When you upgrade to a new major version of Perl, the XS modules have to be rebuilt :

    $ cpanm --reinstall Broken::Module

    August 3, 2015 at 6:16:37 PM UTC - permalink -
    QRCode
    - https://stackoverflow.com/questions/31322436/arch-linux-perl-data-dumper-undefined-symbol-perl-xs-apiversion-bootcheck
    cpan module perl sysadmin XS
  • Maven Repository: Search/Browse/Explore

    J'aimerai tant que ce soit aussi bien que le CPAN :')

    September 15, 2014 at 8:35:37 PM UTC - permalink -
    QRCode
    - http://mvnrepository.com/
    cpan dependencies maven module mvn repository
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation