Should the following line of code
use strict;
be commented out?
When it's left in, the 'showWeeklyDevActReport' subroutine doesn't work: I get an error message, i.e.,
Can't use string ("8371617") as a HASH ref while "strict refs" in use
Log in to post a comment.
Should the following line of code
use strict;
be commented out?
When it's left in, the 'showWeeklyDevActReport' subroutine doesn't work: I get an error message, i.e.,
Can't use string ("8371617") as a HASH ref while "strict refs" in use