in reply to Re: Can't modify private array in division (/) at lib.pl line 31, near "2;"
in thread SOLVED - Can't modify private array in division (/) at lib.pl line 31, near "2;"

my @funcArr= (); #this is how an array can be initialized to be empty

That line of code does nothing at runtime, except take up time doing nothing. Arrays start out initialized as empty.

  • Comment on Re^2: Can't modify private array in division (/) at lib.pl line 31, near "2;"
  • Download Code