Help for this page

Select Code to Download


  1. or download this
    bar( qw( testing is fun ) );
    
    ...
        print join q{,}, map { "[$_]" } @_;
        print "\n";
    }
    
  2. or download this
    foo: [testing],[is],[fun]
    foo:
    foo:
    foo: [woohoo]