Help for this page

Select Code to Download


  1. or download this
    %indentation = (
                    '0' => 1,
                    '2' => 3,
                    '4' => 2,
    );
    
  2. or download this
    # Yes, sometimes I write code in ways to make sure _I_ 
    # remember what I was doing when I come back to it later.
    ...
        my $f_temp = $common_indentation_factor = gcf( $f_1, $f_2 );
        push @data, $f_temp;
    }