{"id":20550164,"url":"https://github.com/dnmfarrell/perl-builtins","last_synced_at":"2026-05-31T02:31:35.444Z","repository":{"id":22447507,"uuid":"25785875","full_name":"dnmfarrell/Perl-Builtins","owner":"dnmfarrell","description":null,"archived":false,"fork":false,"pushed_at":"2016-10-19T23:43:26.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-06T05:43:35.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dnmfarrell.png","metadata":{"files":{"readme":"README.pod","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-26T18:38:22.000Z","updated_at":"2016-10-19T23:43:28.000Z","dependencies_parsed_at":"2022-08-28T20:10:37.125Z","dependency_job_id":null,"html_url":"https://github.com/dnmfarrell/Perl-Builtins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dnmfarrell/Perl-Builtins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FPerl-Builtins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FPerl-Builtins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FPerl-Builtins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FPerl-Builtins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnmfarrell","download_url":"https://codeload.github.com/dnmfarrell/Perl-Builtins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FPerl-Builtins/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263046865,"owners_count":23405277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T02:23:37.393Z","updated_at":"2025-12-12T02:45:46.326Z","avatar_url":"https://github.com/dnmfarrell.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=pod\n\n=encoding UTF-8\n\n=head1 NAME\n\nPerl::Builtins - A list of all Perl 5 built functions\n\n=head1 VERSION\n\nversion 0.04\n\n=for HTML \u003ca href=\"https://travis-ci.org/sillymoose/Perl-Builtins\"\u003e\u003cimg src=\"https://travis-ci.org/sillymoose/Perl-Builtins.svg?branch=master\"\u003e\u003c/a\u003e\n\u003ca href='https://coveralls.io/r/sillymoose/Perl-Builtins'\u003e\u003cimg src='https://coveralls.io/repos/sillymoose/Perl-Builtins/badge.png' alt='Coverage Status' /\u003e\u003c/a\u003e\n\n=head2 SYNOPSIS\n\n    use Perl::Builtins;\n\n    # get an array of functions\n    my @builtin_functions = Perl::Builtins::list;\n\n    # get an arrayref instead\n    my $builtin_functions = Per::Builts::list;\n\n=head2 DESCRIPTION\n\nThis module simply returns a list of strings of all the builtin functions in Perl. In scalar context it returns an arrayref.\n\n=head2 RATIONALE\n\nI wrote this module because several times I have needed a list of all builtin functions in Perl, and couldn't find an easy way to get it. Then Father Chrysostomos pointed me towards L\u003cB::Keywords\u003e. You should probably use that.\n\n=head2 SEE ALSO\n\nL\u003cB::Keywords\u003e\n\n=head2 CONTRIBUTORS\n\nJohn D Jones III, Father Chrysostomos\n\n=head1 AUTHOR\n\nDavid Farrell \u003cdfarrell@cpan.org\u003e\n\n=head1 COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2014 by David Farrell.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n\n=cut\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnmfarrell%2Fperl-builtins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnmfarrell%2Fperl-builtins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnmfarrell%2Fperl-builtins/lists"}