Help for this page
Select Code to Download
Select
or
download this
$line =~ s/\n//g; next if !$line;
Select
or
download this
next unless $line =~ /\S/;