Re: Header (Location)

2006-08-09 Thread WCJ d/b/a http://ccsh.us/
On 8/9/06, Umar Draz [EMAIL PROTECTED] wrote: Please give me the link where i can read about that http://www.w3.org/Protocols/ http://www.ietf.org/rfc/rfc2616.txt http://search.cpan.org/perldoc?HTTP::Response http://www.anomaly.org/wade/projects/httptest/HTTPtest.html

Re: Header (Location)

2006-08-09 Thread WCJ d/b/a http://ccsh.us/
On 8/9/06, Umar Draz [EMAIL PROTECTED] wrote: Please give me the link where i can read about that You can see a HTTP Response Code summary here: http://dw.ccsh.us/doku.php?id=http -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ -- To unsubscribe, e-mail: [EMAIL

Header (Location)

2006-08-07 Thread Umar Draz
Hi Dear Members! In PHP i can use header (Location: this.php?error=this_error); Please help me how i can use in Perl? Regards, Umar Draz - Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min

Re: Header (Location)

2006-08-07 Thread WCJ d/b/a http://ccsh.us/
On 8/7/06, Umar Draz [EMAIL PROTECTED] wrote: In PHP i can use header (Location: this.php?error=this_error); Location: is standard HTTP. The trick is too make sure your application is truly talking HTTP. Please help me how i can use in Perl? In Perl, as a 'HereDoc' syntax - print__HTTP