The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<%perl>
return unless $session{'CurrentUser'}->UserObj->HasRight(
    Right => 'SuperUser',
    Object => $RT::System,
);

Menu()->child('tools')->child('config')->child('tools')->child( perldoc => 
    title => loc("API Docs"),
    path  => "/Developer/Perldoc",
);
</%perl>