Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict; use warnings;
    ...
        } else {
            return UnrecognizedAction( $q );
        }
    
  2. or download this
    #!/usr/bin/perl --
    use strict; use warnings;
    use CGI;
    ...
    
    $ perl ogg.pl go update name bob id 77
    name(bob) id(77)