Help for this page

Select Code to Download


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