Help for this page

Select Code to Download


  1. or download this
         perl -le 'print prototype "CORE::join"'
         # prints '$@'
    
  2. or download this
         join( ',', '-', '.', '"' );
    
  3. or download this
         join( ',' => '-', '.', '"' );