- or download this
use strict;
use warnings;
...
print "list1: " . Dumper($aref1);
print "list2: " . Dumper($aref2);
}
- or download this
list1: $VAR1 = [
'a',
...
=== After changem ===
a, b, c
d, e, f
- or download this
use strict;
use warnings;
...
}
__END__
- or download this
keats, byron, frost
marlowe, shakespeare, jonson
- or download this
use strict;
use warnings;
...
print "list1: " . Dumper($aref1);
print "list2: " . Dumper($aref2);
}
- or download this
list1: $VAR1 = [
'a',
...
=== After changem ===
a, Camel, c
d, LLama, f