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

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'