Help for this page

Select Code to Download


  1. or download this
    use LWP::Simple;
    my $page = get("http://www.google.de");
    ...
    if ( ( my $position = index $page, "font-family" ) >= 0 ) {
        print "Found at $position.\n";
    }
    
  2. or download this
    </title><style><!--body,td,a,p,.h{font-family:arial,sans-serif;}