Help for this page

Select Code to Download


  1. or download this
    use if $^O eq 'MSWin32', 'Win32::Console'; 
    my $OUT;
    ...
        $OUT-> Mode( $OUT-> Mode | 4 );
    }
    
  2. or download this
    convert rose: rose.png
    
  3. or download this
    use strict;
    use warnings;
    ...
        print "\n"
    }
    
  4. or download this
    BLOCK3:                     # 18 = (6 "diluted" hues) * (3 shades)
    for my $h ( 0 .. $#hues ) {
    ...
            push @chars, colored( $shades[ $s ], "$hues[ $h ] on_white" )
        }
    }
    
  5. or download this
    use strict;
    use warnings;
    ...
    print @chars[ @$_ ], "\n"
        for @{ $dist-> minimum_ind-> unpdl };