Help for this page

Select Code to Download


  1. or download this
    if ($count =~ /\n$/) {chomp($c);}
    
  2. or download this
    if ($c =~ /\n$/) {chomp($c);}