Help for this page
my $text="../files/jack/2012/derpone.pdf"; $text = basename($text); my $cgi = CGI->new; #Instantiate a CGI class ... $cgi->h1('Success'), # create the Tag <h1>TEXT</h1> $cgi->p($text),
my $cgi = CGI->new; #Instantiate a CGI class ... my $text="../files/jack/2012/derpone.pdf"; $text = basename($text); $cgi->p($text),