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

$wav->versions; $wav->head # vocal $wav->n # 3 i.e. track 3 $wav->active $wav->targets $wav->full_path

returns numbers

$wav->targets

returns targets

$track->last_version; $take->last_version $project->last_version

$last_version = $this_last if $this_last > $last_version ;

} sub new_version { last_version() + 1; }

$ui=UI::Text->new; $ui->hello; $ui->how;

$ui->hello; $ui->how; package UI;

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 100:

Unknown directive: =comment

Around line 117:

Unknown directive: =comment

Around line 134:

Unknown directive: =comment

Around line 169:

Unknown directive: =comment