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