Skip to content

dnmfarrell/Perl-Builtins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Perl::Builtins - A list of all Perl 5 built functions

VERSION

version 0.04

Coverage Status

SYNOPSIS

use Perl::Builtins;

# get an array of functions
my @builtin_functions = Perl::Builtins::list;

# get an arrayref instead
my $builtin_functions = Per::Builts::list;

DESCRIPTION

This module simply returns a list of strings of all the builtin functions in Perl. In scalar context it returns an arrayref.

RATIONALE

I 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 B::Keywords. You should probably use that.

SEE ALSO

B::Keywords

CONTRIBUTORS

John D Jones III, Father Chrysostomos

AUTHOR

David Farrell <dfarrell@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by David Farrell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages