Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Win32 Multiple Clipboards

by jeffa (Bishop)
on Apr 20, 2004 at 14:02 UTC ( [id://346634]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # there must be a better way for this.
    sub board0_Click {set_clip(1);1;}
    ...
    sub board2_Click {set_clip(3);1;}
    sub board3_Click {set_clip(4);1;}
    sub board4_Click {set_clip(5);1;}
    
  2. or download this
    use vars '$AUTOLOAD';
    
    ...
    
       set_clip($numb);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-23 18:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found