The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

[% INCLUDE header.html title = 'Critical Prefix Management: Delete List'; %]

<p><h2>Remove prefixes</h2></p>
<p>"[% LIST %]" critical prefix list successfully updated!</p>

<form action="cpm_workflow.cgi" method="GET">
<input type="hidden" name="action" value="view" /> 
  <input type="hidden" name="list" value="[% LIST %]"/>
  <p>
    <input type="submit" value = "Continue"/>
  </p>
</form>    

[% INCLUDE footer.html %]