Help for this page

Select Code to Download


  1. or download this
    use syntax qw( loop );
    
    loop {
       ...
    }
    
  2. or download this
    while (1) {
       ...
    }
    
  3. or download this
    mygrep BLOCK LIST
    
  4. or download this
    grep BLOCK LIST