HELPPPPPPPPPPPPPP

2008-07-27 Thread THE WORLDS GOIN TO FAST FOR ME
please help me,this is what i put ,tell me what im doin wrong


Restricted Directory or URL:  http://www.googlepages.com


Authentication URL:  http://www.googlepages.com


Authentication method:  POST


Parameters:   AttributeValue
i put ..  full name  google454543html


   password google454543html
---­
could it be how my webpage name is ???
www.mywebsitename.googlepages.com



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/




Pipe print output into shell in debugger

2008-07-27 Thread Marek
Hello all,


while being in the debugger, how do I pipe all printings going to a
OUTputfile like:

print OUT text text text;

into the shell?

I read perldebug and perldebguts, but probably I just overread it?


Thank you for your help



marek


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/




Re: Pipe print output into shell in debugger

2008-07-27 Thread Richard Lee

Marek wrote:

Hello all,


while being in the debugger, how do I pipe all printings going to a
OUTputfile like:

print OUT text text text;

into the shell?

I read perldebug and perldebguts, but probably I just overread it?


Thank you for your help



marek


  
I am sure there are other ways to do this but I always wonder how to get 
this done.
Many research and I found that I could have |  (pipe) precede your 
command and output will go to your pager.
I am just not sure how to change the pager on my system(mine is less, 
and if you can change to vi, you should be able to save it).


Let me know if you are able to change your pager.. (I am not sure if 
pager they mean editor or something else in your environment, I use bash ).


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/