Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        [$part1, $part2];
    
    done_testing();
    
  2. or download this
        (split /(^.{,30}\* )/, $string, 2)[1, 2]