Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            print "\n$longestword\n\n";
          }
     }
    
  2. or download this
    (my $break2 = $str2)=~ s/(length($str2)>30)/$1\n/mg;
    print "\n$break2\n";