Help for this page

Select Code to Download


  1. or download this
        $line =~ s/\n//g;
        next if !$line;
    
  2. or download this
    next unless $line =~ /\S/;