Help for this page

Select Code to Download


  1. or download this
    perl C:\msgbox.pl
    
  2. or download this
    use Win32;
    
    $caption = "asg report";
    $val = Win32::MsgBox("data for 22nd not found.\n Do u want to continue
    +?", 4, $caption);
    
  3. or download this
    return($val)
    
  4. or download this
    Can't return outside a subroutine at C:\msgbox.pl line 5.