Help for this page

Select Code to Download


  1. or download this
    my $frame = $main->Frame(
        -container => 1, -width => 320, -height => 240
    ...
        -fill => 'both',
        -expand => 1
    );
    
  2. or download this
    my $frameID = $frame->id;
    print "My ID is: $frameID\n";
    
  3. or download this
    #! /usr/local/bin/perl -w
    
    ...
        print $display,"\n";
        system($display);
    }