Help for this page

Select Code to Download


  1. or download this
    my @list = qw(oof rab zab);
    
    ...
      print $thing.'-';
    }
    print $last;
    
  2. or download this
    my @list = qw(oof rab zab);
    
    print join('-',@list);