Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
              $q->end_html;
        exit(0);
    }
    
  2. or download this
    $article =~ s/\s+/ /gs;
    $article =~ s|([^\n]\b{0,100})|$1<br/>|gs;