Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        
        print "qw(", join (' ', @parts), ")\n";
    }
    
  2. or download this
    qw(1.2.3 AAA BB AA B AA AAA BBB)
    qw(AA BB AAA B A BBB)