Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^5: Packaging Perl Programs (is) Painful

by Anonymous Monk
on Sep 05, 2010 at 07:24 UTC ( [id://858903]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. 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)
    
  2. or download this
    $ perl -MWx -le"print for grep /clienttoscreen/i, keys %Wx::Window::"
    ClientToScreenPoint
    ClientToScreen
    ClientToScreenXY
    
  3. 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://858903]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2025-03-15 20:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (53 votes). Check out past polls.