you should really use the CGI.pm module, if you're ever making html...
but try two newlines after the Content-Type stuff:
print <<"enter";
Content-type : text/html
Search
that may be the only thing wrong.
--
justin simoni
personal musings ~ http://skazat.com
__
Hello ,
The problem goes like this-
value of $mailids is coming from previous perl script
if($emailids eq ' ' || $emailids eq '@' || $emailids eq '.' || $emailids !~ /..+/ )
{
print <<"enter";
Content-type : text/html
Search
#invokes the same perl script with the
Pavan Kumar Hotha wrote:
>
> Hi all,
>
> I am very new to perl , I just want to know how can I use dos commands in
> perl scripting like
>
> for ($i=1;$i<=5;$i++) {
^
This is the terminator!
$i starts as ONE, the terminator checks "less than or equal to 5"
always true and drop