Help for this page
#!/usr/local/bin/perl use strict; use warnings; ... for my $as (keys %hash){ print join ',', split /$;/, $as; }