404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.227.114.67: ~ $
#!/usr/bin/perl

# This program will print out the title of an HTML document.

use strict;
use HTML::Parser ();

sub title_handler
{
    my $self = shift;
    $self->handler(text => sub { print @_ }, "dtext");
    $self->handler(end  => "eof", "self");
}

my $p = HTML::Parser->new(api_version => 3,
			  start_h => [\&title_handler, "self"],
			  report_tags => ['title'],
			 );
$p->parse_file(shift || die) || die $!;
print "\n";


Filemanager

Name Type Size Permission Actions
README File 1.06 KB 0644
hanchors File 1.14 KB 0755
hdump File 683 B 0755
hform File 1.87 KB 0755
hlc File 710 B 0755
hrefsub File 2.72 KB 0755
hstrip File 1.74 KB 0755
htext File 575 B 0755
htextsub File 955 B 0755
htitle File 434 B 0755