Help for this page

Select Code to Download


  1. or download this
    C:\Perl\bin>perl reg.cgi -c
    Found = in conditional, should be == at reg.cgi line 34.
    ...
    Global symbol "$title" requires explicit package name at reg.cgi line 
    +42.
    Global symbol "$body" requires explicit package name at reg.cgi line 4
    +2.
    reg.cgi has too many errors.
    
  2. or download this
    use strict;
    use warnings;
    ...
    #---------------------------------------------------------------------
    #END
    #---------------------------------------------------------------------