| Wifi documentation | view source | Contained in the Wifi distribution. |
Wifi::WFile - A class for parsing a file config
use Wifi::WFile;
$config = Wifi::WFile->new("PATH_FILE");
$config->load;
Wifi::WFile is used by Wifi::Manage for parsing files config
This sections contains only the methods in WFile.pm itself.
| Wifi documentation | view source | Contained in the Wifi distribution. |