The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Name

SPVM::File::Find::Handler - Handler for File::Find

Description

SPVM::File::Find::Handler is the File::Find::Handler class in SPVM language.

This class is the handler for find method in the File::Find.

Usage

  use File::Find::Handler;

Interface Methods

  required method : void ($dir : string, $file_base_name : string);

Copyright & License

Copyright 2023-2023 Yuki Kimoto, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.