Help for this page

Select Code to Download


  1. or download this
    use Your::Module;
    
    ...
            last
        }
    }
    
  2. or download this
    use Win32API::File qw[ :all ];
    use Your::Module;
    ...
        );
    }
    close DIR;