Help for this page

Select Code to Download


  1. or download this
    use Pod::Usage;
    
    ...
       require Pod::Usage;
       Pod::Usage->import();
    }
    
  2. or download this
    if ($needPod)
    {
        require Pod::Usage;
        Pod::Usage->import();
    }