Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Perl: For Beginners

by Anonymous Monk
on Aug 02, 2011 at 12:23 UTC ( [id://918035]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    use warnings;
    ...
    $demo->show_demo_window;
    $app->MainLoop;
    exit( 0 );
    
  2. or download this
    
    $ perl -MWx -le"print for Wx::Window->new->ClientToScreen( 0,0  )"
    ...
    $ perl -MWx -le"print for Wx::Window->new->ClientToScreen( Wx::Point->
    +new( 0,0 )  )"
    Wx::Point=SCALAR(0xda76e4)
    
  3. or download this
    $ perl -MWx -le"print for grep /clienttoscreen/i, keys %Wx::Window::"
    ClientToScreenPoint
    ClientToScreen
    ClientToScreenXY
    
  4. or download this
    
    $ perl -MWx -le"print for Wx::Window->new->ClientToScreenXY( 0,0  )"
    ...
    
    $ perl -MWx -le"print for Wx::Window->new->ClientToScreenPoint( Wx::Po
    +int->new( 0,0 )  )"
    Wx::Point=SCALAR(0x9cf5c4)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://918035]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-23 16:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found