- or download this
use Data::Dumper;
# Two strings, single blanc, two strings, double blanc
...
}
@words=@combinations;
print Dumper\@words;
- or download this
$VAR1 = [
'abcdefgh',
'jklmnopq'
];
- or download this
use strict;
use warnings;
...
}
return @output;
}
- or download this
Double blancs:
["abcdefgh", "jklmnopq"]
...
Array contains single blanc:
["abcdefghjklmnopq", "rstuvwxy"]