Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: Win32::GUI: how to find BrowseForFolder()'s handle?

by Anonymous Monk
on Sep 21, 2012 at 22:28 UTC ( [id://995000]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl
    $InputDir = Win32::GUI::BrowseForFolder( -root => $TopDir, -includefil
    +es => 1,
                                            -title => 'Select directory fo
    +r parameter file',
    ...
    
    ^Z
    Undefined subroutine &Win32::GUI::BrowseForFolder called at - line 1.
    
  2. or download this
    use Win32::GUI;
    use warnings;
    ...
    Use of uninitialized value $dh in multiplication (*) at - line 3.
    Use of uninitialized value in subroutine entry at - line 3.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-03-29 13:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found