Help for this page

Select Code to Download


  1. or download this
    while (<>) {
        do_something_here();
        print $blah if $accepted;
    }
    
  2. or download this
    my_script blah*.log > my_output_file