Help for this page

Select Code to Download


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