Help for this page

Select Code to Download


  1. or download this
    while( my $line = <STDIN> ) {
        # do some stuff with $line
    }
    
  2. or download this
    use File::Tail::App;
    
    ...
            # do some stuff with $line
        },
    });