Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print join '/', @sen;
    @sen = grep {length} @sen;
    print "\n" . join '/', @sen;
    
  2. or download this
    I/want//chocolate/and//icecream
    I/want/chocolate/and/icecream