Help for this page

Select Code to Download


  1. or download this
    my %number;
    $number{blocks} = get_input("How many blocks are you making?");
    $number{strips} = int( $total_pieces / $number_per_fabric_width_strip)
    +;
    etc...