Name
SPVM::File::Find::Callback::Preprocess - Callback for preprocess Option
Description
File::Find::Callback::Preprocess interface in SPVM has an interface method for the callback method for preprocess
option.
Usage
File::Find->new({
preproces => method : string[] ($files : string[]) {
}
});
Interface Methods
required method : string[] ($files : string[]);
An interface method for the callback method for preprocess
option.
See Also
Copyright & License
Copyright (c) 2025 Yuki Kimoto
MIT License