NAME
Wifi::WFile - A class for parsing a file config
SYNOPSIS
use Wifi::WFile;
$config = Wifi::WFile->new("PATH_FILE");
$config->load;
DESCRIPTION
Wifi::WFile is used by Wifi::Manage for parsing files config
METHOD DESCRIPTIONS
This sections contains only the methods in WFile.pm itself.
load();
Load the config file
AUTHORS
Developed by Shy <shy@cpan.org>.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 95:
You forgot a '=back' before '=head1'