hey there i am new to drupal , i created a new module base on this example
http://api.drupal.org/api/drupal/developer--examples--page_example--page_example.module/6/source
i just changed the module name and method to my module new name 'jtpc' and change the jtpc_perm to this
function jtpc_perm() {
return array(
'access jtpc content' ,
);
}
now how can i view the module in drupal site ? what is my next step ?