Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my @rel = ("test1", "test2", "test3");
    
    print join " &\n   ", @rel;
    
  2. or download this
    test1 &
       test2 &
       test3