Help for this page

Select Code to Download


  1. or download this
    <p>Here is a foo
    <p>Here 
    ...
    <p><a href="http://foo.com">
    foo.com
    </a>
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        my $text  = $p->get_trimmed_text($close);
        print "<$open><font color='$font{$open}'>$text</font><$close>\n";
    }