Help for this page

Select Code to Download


  1. or download this
    my @PRC_PRIV = <FILE>;
    
    my @PRC_PRIV_ONLY = grep /Run as/ .. /^ /, @PRC_PRIV;
    
  2. or download this
    my @PRC_PRIV_ONLY = grep /Run as/ .. /^ /, <FILE>;