Help for this page

Select Code to Download


  1. or download this
    package Preempt::Stdin;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    package main;
    use strict;
    ...
            }
        }
    }
    
  3. or download this
        local $SIG{__WARN__} = \&_capture;
        tie *STDIN, 'Preempt::Stdin', @lines;
        ...  # as before