Re: test

2007-01-09 Thread Matt Richards
On Tue, 2007-01-09 at 18:45 +0800, Sayed, Irfan (Irfan) wrote: > test it works :) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: test

2007-01-09 Thread Matt Richards
On Tue, 2007-01-09 at 18:45 +0800, Sayed, Irfan (Irfan) wrote: > test it works :) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Free Perl Editor

2007-01-02 Thread Matt Richards
what do you use as your text editor then? OROSZI Balázs wrote: Emacs and Vim are both braindead. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: using hashes with request(POST

2006-04-16 Thread Matt Richards
Mr. Shawn H. Corey wrote: On Sat, 2006-15-04 at 22:30 +0100, Matt Richards wrote: hello everybody, :) i'm just starting with perl and i have come across a little problem that i cant seem to solve, atm i have this code ... my $response = $ua->request(POST $url, Content_Type =>

using hashes with request(POST

2006-04-15 Thread Matt Richards
hello everybody, :) i'm just starting with perl and i have come across a little problem that i cant seem to solve, atm i have this code ... my $response = $ua->request(POST $url, Content_Type => 'form-data', Content => my %fq_hash); i would like the hash values in $fq_hash to be submitted as