Help for this page

Select Code to Download


  1. or download this
    @info=<READ>;
    @info=grep(!/^ +$/, @info);
    
  2. or download this
    @info = grep {!/^\s+$/} map { chomp; $_ } <READ>;