The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
function example (a, data, z) {
	this.a = a; this.data = data; this.z = z; }
alpha = new example(1, ['alpha',-1], 26 );
bravo = new example('', ['beta',-1.1], '' );
charlie = new example('', ['charlie',0.1], '' );