Help for this page

Select Code to Download


  1. or download this
    perl -MTk -e"print tkinit->messageBox(qw, -default ok -type okcancel ,
    +)"
    Cancel
    
  2. or download this
    perl -MTk -e"print tkinit->MsgBox(qw, -default ok -type okcancel ,)->S
    +how"
    Assuming 'require Tk::MsgBox;' at -e line 1
    cancel
    
  3. or download this
    
    perl -MTk -e"print tkinit->DialogBox(qw, -buttons , , [qw, ok cancel ,
    +])->Show"
    ...
    perl -MTk -e"print tkinit->DialogBox(qw, -default_button ok -buttons ,
    + , [qw, ok cancel ,])->Show"
    Assuming 'require Tk::DialogBox;' at -e line 1
    ok
    
  4. or download this
    perl -MTk -e"print tkinit->DialogBox(qw, -default_button cancel -butto
    +ns , , [qw, ok cancel ,])->Show"
    
  5. or download this
    perl -MWx=wxYES,wxNO -e"warn wxYES;warn wxNO; die Wx::MessageBox( 1 , 
    +2, wxYES|wxNO )"
    2 at -e line 1.
    8 at -e line 1.
    8 at -e line 1.