Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    #
    # Capture Screen to a file. Written in wxPerl. Tested on Citrus Perl 5
    +.16 and wxWidgets 2.8.x.
    ...
                            # sure all items are written to the screen
    TakeScreenshot($self, $file);            # Capture the screen
    }
    
  2. or download this
    #! /usr/bin/perl
    #
    # Capture Screen to a file. Written in wxPerl. Tested on Citrus Perl 5
    +.16 and wxWidgets 2.8.x.
    ...
      $dialog->Destroy;
      return $textvalue;
    }