if ($modtyp = 20) # etc #### if ($modtyp == 20) # etc #### Found = in conditional, should be == at myprog.pl line x. #### #!/usr/bin/perl -w
## if ($modtyp == 20) # etc ##
## Found = in conditional, should be == at myprog.pl line x. ##
## #!/usr/bin/perl -w