#!/usr/bin/perl -w use strict; use warnings; our $context = ""; my ($line); while (<>) { chomp; if ($line = m{^(\Q\E)} .. m{^\Q\E}) { $context = $1 if $line == 1; set_config(qw(UserDir public_html)); } elsif ($line = m{^\#?(\Q\E)} .. m{^\#?