Help for this page

Select Code to Download


  1. or download this
        if($in{'go'} eq 'perldoc'){
    use Pod::Html;
    ...
        if($diag eq '1'){
    use Data::Dumper;
        }
    
  2. or download this
    use Pod::Html;
    use HTML::Entities;
    ...
    if($diag eq '1'){
      # do nothing
    }