Help for this page

Select Code to Download


  1. or download this
    #for (my $i = 1; $i <= 5; $i++) {
    for my $i (1..5) {
    
  2. or download this
       #$$clrCanvas -> itemconfigure(${$clrCanvasItem}, -fill => $color);
        $clrCanvas -> itemconfigure($clrCanvasItem, -fill => $color);