Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
              'line 20',
              'line 21'
            ];
    
  2. or download this
    line 1
    line 2
    ...
    line 19
    line 20
    line 21
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
              'line 20',
              'line 21'
            ];
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
              'line 20',
              'line 21'
            ];
    
  5. or download this
    do {
        @data = check_file($filename, $numlines);
        sleep 5;
    } while ( grep not /$process/, @data );