I'm having a problem with the argument of a subroutine which I didn't write myself, but should be working as intended.
I'm supposed to write my own subroutine named funcs(a,b,c). Then this subroutine that I got has funcs as one of it's arguments subr(a,b,c,funcs,..) and it says in the...