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.