So... regardless how many times people in this group have told you to "use 
strict", you still don't.

And, you have started taking this group as an alternative to reading the 
documentation or doing a Google search for tutorials.

You are not really presenting here a problem to discuss or to get help on. 
You are just giving instructions on how someone should write/modify a script 
for you.

I don't think that's the way to get help here. But hey, I might be wrong - 
let's see if someone else thinks the opposite.


Paco




> From: Perl Perl
> Sent: Friday, March 20, 2009 10:26 AM
> To: [email protected]
> Subject: CGI perl : formating the output
>
>
>
>
> Dear All,
>        I am new to Perl CGI and few querries regarding formating and 
> dispaying the
>  output message. I have written below script and the problem I am facing 
> with this
> script is as below.
> 1) At the start of the script the (before enterring the user name and 
> password ), it
> shows the message "You have not enterred some field" , (this is the print 
> statement
> I used to check user has enter the data or not.).
> 2) I want the out put to be displayed line by line like username in first 
> line and
>  passwrd in second line ( we can hide the password with ****)
> 3) When I run the script it shows the output along with the login window. 
> I don't
> want to display the login window, only I want to see the output message.
>
>     we can do one thing, if password or user id is wrong, then we can 
> prompt for
> login window by saying enterred information is wrong.
>
> Please help to overcome this issue.


_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to