On Sun, Feb 26, 2017 at 7:13 AM, ToddAndMargo <toddandma...@zoho.com> wrote:

> Undeclared routine:
>     qw used at line 44
>

Use any other bracketing than parens, eg qw[a b c d]  or qw/a b c d/

Parens are used for calling subs/methods so qw(.. ... ...) means "call the
sub named qw"

Fixing that may make the rest work too!

-y

Reply via email to