The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "B::Deparse"

B::Deparse - Perl compiler backend to produce perl code River stage five • 11693 direct dependents • 33184 total dependents

B::Deparse is a backend module for the Perl compiler that generates perl source code, based on the internal compiled structure that perl itself creates after parsing a program. The output of B::Deparse won't be exactly the same as the original source...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

_Deparsed_XSubs.pm River stage zero No dependents

NOVOZHILV/App-SimpleBackuper-0.2.22 - 13 Feb 2021 05:54:57 UTC - Search in distribution

B::RecDeparse - Deparse recursively into subroutines. River stage zero No dependents

This module extends B::Deparse by making it recursively replace subroutine calls encountered when deparsing. Please refer to B::Deparse documentation for what to do and how to do it. Besides the constructor syntax, everything should work the same for...

VPIT/B-RecDeparse-0.10 - 12 Mar 2015 18:13:06 UTC - Search in distribution

Data::Rebuilder - Builds an object rebuilder. River stage zero No dependents

This approach is like to "Data::Dumper" approach. Moreover, an output of this module is not easy to read. However this solution can rebuild tied values, weak references, and closures. In addition, this solution can parameterize arbitrary nodes of com...

LIEUTAR/Data-Rebuilder-0.01 - 21 Sep 2008 16:39:43 UTC - Search in distribution

App::EvalServer::Language::Deparse - Deparse Perl code with B::Deparse River stage zero No dependents

HINRIK/App-EvalServer-0.08 - 08 Apr 2011 12:30:45 UTC - Search in distribution

App::Tk::Deparse - Tk based GUI to experiment with B::Deparse River stage zero No dependents

This is a GUI program. There are some videos on Perl Maven Tk <https://perlmaven.com/tk> explaining how does this work and how was this built. When the application exits we save the current window size in the config file and next time we use that siz...

SZABGAB/App-Tk-Deparse-0.02 - 04 Nov 2020 10:31:20 UTC - Search in distribution

Syntax::Keyword::Try::Deparse - B::Deparse support for Syntax::Keyword::Try River stage three • 55 direct dependents • 279 total dependents

Loading this module will apply some hacks onto B::Deparse that attempts to provide deparse support for code which uses the syntax provided by Syntax::Keyword::Try....

PEVANS/Syntax-Keyword-Try-0.29 - 13 Jul 2023 10:10:32 UTC - Search in distribution

Syntax::Keyword::Match::Deparse - B::Deparse support for Syntax::Keyword::Match River stage two • 12 direct dependents • 21 total dependents

Loading this module will apply some hacks onto B::Deparse that attempts to provide deparse support for code which uses the syntax provided by Syntax::Keyword::Match....

PEVANS/Syntax-Keyword-Match-0.14 - 30 Apr 2024 21:33:46 UTC - Search in distribution

pl - Perl One-Liner Magic Wand River stage zero No dependents

*Don't believe everything you read on SourceForge^H^H^H the internet! -- Plato :-y* Pl follows Perl's philosophy for one-liners: the one variable solely used in one-liners, @F, is single-lettered. Because not everyone may like that, pl has it both wa...

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

IOC - A lightweight IOC (Inversion of Control) framework River stage one • 1 direct dependent • 1 total dependent

This module provide a lightweight IOC or Inversion of Control framework. Inversion of Control, sometimes called Dependency Injection, is a component management style which aims to clean up component configuration and provide a cleaner, more flexible ...

STEVAN/IOC-0.29 - 27 Apr 2007 00:57:28 UTC - Search in distribution

DBG - A collection of debugging functions River stage zero No dependents

This is just a collection of functions useful for debugging. Instead of adding use Data::Dumper; use B::Deparse; use Devel::Size qw(total_size); and so forth you can just type use DBG; at the top of the script. If you're using git, or another version...

GSG/DBG-v0.4.1 - 24 Jan 2020 20:12:16 UTC - Search in distribution

YAML - YAML Ain't Markup Language™ River stage four • 628 direct dependents • 1875 total dependents

The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. <http://www.yaml.org/spec/> YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structur...

INGY/YAML-1.31 - 27 Dec 2023 15:11:23 UTC - Search in distribution

HTTP River stage three • 155 direct dependents • 183 total dependents

This chapter explains how to implement the HTTP protocol handlers in mod_perl....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

Graph - graph data structures and algorithms River stage three • 84 direct dependents • 147 total dependents

Non-Description This module is not for drawing or rendering any sort of *graphics* or *images*, business, visualization, or otherwise. Description Instead, this module is for creating *abstract data structures* called graphs, and for doing various op...

ETJ/Graph-0.9727 - 25 Jun 2023 17:34:56 UTC - Search in distribution

PLON - Serialize object to Perl code River stage zero No dependents

PLON is yet another serialization library for Perl5, has the JSON.pm like interface....

TOKUHIROM/PLON-0.08 - 07 Apr 2014 06:25:37 UTC - Search in distribution

perlfaq3 - Programming Tools River stage zero No dependents

This section of the FAQ answers questions related to programmer tools and programming support. How do I do (anything)? Have you looked at CPAN (see perlfaq2)? The chances are that someone has already written a module that can solve your problem. Have...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

App::Rad - Rapid (and easy!) creation of command line applications River stage two • 16 direct dependents • 26 total dependents

App::Rad aims to be a simple yet powerful framework for developing your command-line applications. It can easily transform your Perl *one-liners* into reusable subroutines than can be called directly by the user of your program. It also tries to prov...

GARU/App-Rad-1.05 - 07 Jun 2013 01:12:03 UTC - Search in distribution

B::Tap - Inject tapping node to optree River stage one • 1 direct dependent • 1 total dependent

B::Tap is tapping library for B tree. "tap" function injects custom ops for fetching result of the node. The implementation works, but it's not beautiful code. I'm newbie about the B world, Patches welcome. WARNINGS: This module is in a alpha state. ...

TOKUHIROM/B-Tap-0.16 - 10 Jul 2020 07:12:01 UTC - Search in distribution

Sort::Maker - A simple way to make efficient sort subs River stage two • 1 direct dependent • 16 total dependents

This module has two main goals: to make it easy to create correct sort functions, and to make it simple to select the optimum sorting algorithm for the number of items to be sorted. Sort::Maker generates complete sort subroutines in one of four style...

URI/Sort-Maker-0.06 - 07 Jan 2007 05:54:36 UTC - Search in distribution
108 results (0.313 seconds)