Help for this page
perl -le 'print prototype "CORE::join"' # prints '$@'
join( ',', '-', '.', '"' );
join( ',' => '-', '.', '"' );