- or download this
return SF->new ("$lhs->{str}$rhs->{str}", $lhs->{list}, $rhs->{list}); - or download this
...
return SF->new (
...
$lhs->{list}, $rhs->{list}
]
);
- or download this
my $name1 = SF->new ('GrandFather', [1, 2, 3]);
my $name2 = SF->new (' and Almut', [4, 5, 6]);
...
use Data::Dumper;
print Dumper $catStr;
- or download this
$VAR1 = bless( {
'str' => 'GrandFather and Almut',
...
6
]
}, 'SF' );
- or download this
$VAR1 = bless( {
'str' => 'GrandFatherName is ',
...
3
]
}, 'SF' );