On Thu, 02 Jun 2016, Ray Lai <r...@raylai.com> wrote:
> use JSON::PP;

That's just my personal opinion, but JSON sucks for configuration files.
It's more of a human-readable data interchange format.

It feels like the same functionality can be achieved with something much
simpler, getent or CSV style.

> my $tmp = "/etc/wifind.tmp";

mkstemp?

> Please avoid nwid or wpakey with quotes, dollar signs, or backslashes.

Without knowing or assuming much about how WiFi works, why would this be
a concern in a well-designed program?

<3,K.

Reply via email to