Help for this page

Select Code to Download


  1. or download this
    > perl -MWx -le " print join q[x], Wx::ScreenDC ->new-> GetSizeWH "
    1920x1200
    
    > perl -MWx -e "print join q[ ] , $Wx::VERSION, Wx::wxVERSION_STRING "
    0.98 wxWidgets 2.8.10
    
  2. or download this
    > perl -MWx -e "print join q[ ] , $Wx::VERSION, Wx::wxVERSION_STRING "
    0.99 wxWidgets 2.8.10
    > perl -MWx -le " print join q[x], Wx::ScreenDC ->new-> GetSizeWH "
    1920x1200
    
  3. or download this
    > perl -v
    
    ...
    Complete documentation for Perl, including FAQ lists, should be found 
    +on
    this system using "man perl" or "perldoc perl".  If you have access to
    + the
    Internet, point your browser at http://www.perl.org/, the Perl Home Pa
    +ge.