Help for this page

Select Code to Download


  1. or download this
    @lines = split /s+/, $t2;
    
  2. or download this
    @lines = split /\s+/, $t2;