Help for this page

Select Code to Download


  1. or download this
    print grep { !/process/  } <>;
    
  2. or download this
    perl <script>.pl <input>.txt
    
  3. or download this
    ksjhfk
    kfh
    
  4. or download this
    my @process = grep { !/process/  } <>;
    
  5. or download this
    {
        local undef $/;
        print split /process \s \w+ (.+?) end \s process/xms, <>;
    }