Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    <title>Nasty page"; system('rm -rf *');</title>
    ....
    
  2. or download this
    $htmlData =~ /<title>(.+?|[^.]*)<\/title>/i;
    print "Title found is: $1\n" if $1;