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

NAME

do

ABSTRACT

Minimalist Perl Development Framework

SYNOPSIS

  #!perl

  use do;

  my $phrase = do('cast', 'hello world');

  $phrase->titlecase->say;

DESCRIPTION

The "do" module is focused on simplicity and productivity. It encapsulates the Data::Object framework features, is minimalist, and is designed for scripting.