From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789101112131415161718 [! sub new{my $self = shift ;$self -> {fontsize} = 5 ;$self -> {copyright} = 'Gerald Richter / ecos (c) 2000' ;} sub title { 'epoobj3 -> page3'} !]PAGE 3
[!
sub new
{
my $self = shift ;
$self -> {fontsize} = 5 ;
$self -> {copyright} = 'Gerald Richter / ecos (c) 2000' ;
}
sub title
'epoobj3 -> page3'
!]
PAGE 3