Help for this page

Select Code to Download


  1. or download this
    my $desired_page_count = 10;
    # Structure holding all the different page layouts. ('l' = Landscape, 
    +'p' = Portrait)
    ...
    else {
       print "Could not come up with no-repeat layout in $desired_page_cou
    +nt pages\n";
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
    else {
       print "Could not come up with no-repeat layout in $desired_page_cou
    +nt pages\n";
    }