Help for this page

Select Code to Download


  1. or download this
    test-cgi-tabpane.cgi: My::New::Module::Admin
    
  2. or download this
    main /usr/lib/cgi-bin/test-cgi-tabpane.cgi 51
    
  3. or download this
    sub new {
      my $class = shift;
    ...
      bless $self, $class;
      return $self;
    }