#!/usr/bin/perl print "\n"; print "\n"; print "Hello, world!\n"; print "any 0000th\n"; print 'hemisays, "Give me $000".'; print "\n"; print "\n";
------------------------------------------------------------------------------------------------------------------------------------------
it is printing whole script in this format
my code is
-----------------------------------------------------------------------------
#!/usr/bin/perl
print "<html>\n";
print "<head>\n";
print "Hello, world!\n";
print "any 0000th\n";
print 'hemisays, "Give me $000".';
print "</body>\n";
print "</html>\n";
--------------------------------------------------------------------
i think my script is in correct area (
http://localhost/perl/bin/hello.pl)
any suggestion plz