Help for this page
#!/usr/bin/env perl use strict; ... my $pipe_delim = join '|', @ready_to_join; say $pipe_delim;