<div dir="ltr">Hello Richard,<div><br></div><div>Please refer below pastebin code. Edit it as per your requirement. The code works fine out of the box.</div><div><br></div><div><a href="http://pastebin.com/WR40vV87">http://pastebin.com/WR40vV87</a><br></div><div><br></div><div>I am not sure whether you have registered the post url in your app module or not. Please double check that.</div><div><br></div><div>I hope this will help you.</div><div><br></div><div>Best,</div><div>Tushar</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 7, 2015 at 2:03 PM,  <span dir="ltr"><<a href="mailto:dancer-users-request@dancer.pm" target="_blank">dancer-users-request@dancer.pm</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send dancer-users mailing list submissions to<br>
        <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:dancer-users-request@dancer.pm">dancer-users-request@dancer.pm</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:dancer-users-owner@dancer.pm">dancer-users-owner@dancer.pm</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of dancer-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Help with a POST (Richard Reina)<br>
   2. Re: Help with a POST (Kadir Beyazl?)<br>
   3. Re: Help with a POST (Richard Reina)<br>
   4. Re: Help with a POST (James Baer)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 7 Aug 2015 12:30:59 -0500<br>
From: Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>><br>
To: Perl Dancer users mailing list <<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a>><br>
Subject: Re: [dancer-users] Help with a POST<br>
Message-ID:<br>
        <CAKLxnzYxWm44z=pqx=<a href="mailto:Uv2rd59x4gwqjJGYYD9JdCc5GLdaUPKw@mail.gmail.com">Uv2rd59x4gwqjJGYYD9JdCc5GLdaUPKw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Yes and just did and tried again to make sure.<br>
<br>
2015-08-07 12:16 GMT-05:00 Kadir Beyazl? <<a href="mailto:kadirbeyazli@gmail.com">kadirbeyazli@gmail.com</a>>:<br>
<br>
> Hi Richard,<br>
><br>
> Did you restart server after you changed GET with POST at form definition?<br>
><br>
><br>
> On Fri, Aug 7, 2015 at 7:58 PM, Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>><br>
> wrote:<br>
><br>
>> Sorry this is my dancer console output:<br>
>><br>
>> >> Dancer 1.3140 server 24745 listening on <a href="http://0.0.0.0:3000" rel="noreferrer" target="_blank">http://0.0.0.0:3000</a><br>
>> >> Dancer::Plugin::FormValidator (1.131620)<br>
>> == Entering the development dance floor ...<br>
>> [24745]  core @0.000165> request: GET /user from 127.0.0.1 in<br>
>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 58<br>
>> [24745]  core @0.000569> [hit #1]Trying to match 'GET /user' against<br>
>> /^\/$/ (generated from '/') in /usr/local/share/perl/5.14.2/Dancer/Route.pm<br>
>> l. 85<br>
>> [24745]  core @0.000757> [hit #1]Trying to match 'GET /user' against<br>
>> /^\/player$/ (generated from '/player') in<br>
>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>> [24745]  core @0.000932> [hit #1]Trying to match 'GET /user' against<br>
>> /^\/sponsor$/ (generated from '/sponsor') in<br>
>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>> [24745]  core @0.001113> [hit #1]Trying to match 'GET /user' against<br>
>> /^\/$/ (generated from '/') in /usr/local/share/perl/5.14.2/Dancer/Route.pm<br>
>> l. 85<br>
>> [24745]  core @0.001282> [hit #1]Trying to match 'GET /user' against<br>
>> /^\/player$/ (generated from '/player') in<br>
>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>> [24745]  core @0.001452> [hit #1]Trying to match 'GET /user' against<br>
>> /^\/sponsor$/ (generated from '/sponsor') in<br>
>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>> [24745]  core @0.001956> [hit #1]response: 304 in<br>
>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 181<br>
>> [24745]  core @0.000174> request: GET /css/error.css from 127.0.0.1 in<br>
>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 58<br>
>> [24745]  core @0.000710> [hit #2]response: 304 in<br>
>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 181<br>
>><br>
>><br>
>><br>
>> 2015-08-07 11:58 GMT-05:00 Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>>:<br>
>><br>
>>> This is my dancer console output.<br>
>>><br>
>>><br>
>>><br>
>>> 2015-08-07 11:11 GMT-05:00 Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>>:<br>
>>><br>
>>>> replacing the first few lines with:<br>
>>>><br>
>>>> <html><br>
>>>> <body><br>
>>>><br>
>>>> <h1>Get in the game.</h1><br>
>>>><br>
>>>> <form action="user" method="POST"><br>
>>>> First name:<br><br>
>>>><br>
>>>> I still get Error 404<br>
>>>><br>
>>>> Interestingly enough when I modify this<br>
>>>> <a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_submit" rel="noreferrer" target="_blank">http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_submit</a><br>
>>>> to method="POST" it does not work either.<br>
>>>><br>
>>>> 2015-08-07 10:54 GMT-05:00 John Stoffel <<a href="mailto:john@stoffel.org">john@stoffel.org</a>>:<br>
>>>><br>
>>>>><br>
>>>>> And I know there's a helper you can use to fill in the action so that<br>
>>>>> you don't have to update the URLs when you deploy it elsewhere.... but<br>
>>>>> I'm at work and not near my notes...<br>
>>>>><br>
>>>>> Ah... here it is.  Just do:<br>
>>>>><br>
>>>>> <form action="user"><br>
>>>>><br>
>>>>> And I think you also want to remove the <!DOCTYPE html> as well, since<br>
>>>>> this template will get embedded into alayout which will take care of<br>
>>>>> all that stuff.<br>
>>>>><br>
>>>>> John<br>
>>>>><br>
>>>>><br>
>>>>> Andrew> I think what you're after is something like this to tell the<br>
>>>>> browser you want to POST:<br>
>>>>> Andrew> <form action="<a href="http://localhost:3000/user" rel="noreferrer" target="_blank">http://localhost:3000/user</a>" method="POST"><br>
>>>>><br>
>>>>> Andrew> Does that do the trick?<br>
>>>>><br>
>>>>> Andrew> A<br>
>>>>><br>
>>>>> Andrew> On Fri, Aug 7, 2015 at 3:47 PM, Richard Reina <<br>
>>>>> <a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>> wrote:<br>
>>>>><br>
>>>>> Andrew>     Wait, Does this provide a clue to the error of my ways?<br>
>>>>> This is the template (<a href="http://user.tt" rel="noreferrer" target="_blank">user.tt</a>) that I<br>
>>>>> Andrew>     am using for the form.<br>
>>>>><br>
>>>>> Andrew>     <!DOCTYPE html><br>
>>>>> Andrew>     <html><br>
>>>>> Andrew>     <body><br>
>>>>><br>
>>>>> Andrew>     <h1>Get in the game.</h1><br>
>>>>><br>
>>>>> Andrew>     <form><br>
>>>>> Andrew>     First name:<br><br>
>>>>> Andrew>     <input type="text" name="firstname"><br>
>>>>> Andrew>     <br><br>
>>>>> Andrew>     Last name:<br><br>
>>>>> Andrew>     <input type="text" name="lastname"><br>
>>>>> Andrew>     <br><br>
>>>>> Andrew>     Email Address:<br><br>
>>>>> Andrew>     <input type="text" name="email"><br>
>>>>> Andrew>     <br><br>
>>>>> Andrew>     User Password:<br><br>
>>>>> Andrew>     <input type="password" name="psw"><br>
>>>>> Andrew>     <br><br>
>>>>> Andrew>     User Confirm Password:<br><br>
>>>>> Andrew>     <input type="password" name="psw2"><br>
>>>>> Andrew>     <br><br>
>>>>> Andrew>     Terms & Conditions<br>
>>>>> Andrew>     <input type="checkbox" name="terms"> I agree with terms<br>
>>>>> and conditions.<br><br>
>>>>> Andrew>     <br><br>
>>>>> Andrew>     <input type="submit" value="Go" /><br>
>>>>> Andrew>     </form><br>
>>>>><br>
>>>>> Andrew>     <p>Note that the form itself is not visible.</p><br>
>>>>><br>
>>>>> Andrew>     <p>Also note that the default width of a text field is 20<br>
>>>>> characters.</p><br>
>>>>><br>
>>>>> Andrew>     </body><br>
>>>>> Andrew>     </html><br>
>>>>><br>
>>>>> Andrew>     2015-08-07 9:36 GMT-05:00 John Stoffel <<a href="mailto:john@stoffel.org">john@stoffel.org</a>>:<br>
>>>>><br>
>>>>> Andrew>         You need to build a web page with a FORM first, then<br>
>>>>> submit the data<br>
>>>>> Andrew>         that way to the /user URL, so it can get handled.<br>
>>>>><br>
>>>>> Andrew>         Try using git to clone this repository and use that as<br>
>>>>> a base for your<br>
>>>>> Andrew>         playing around:<br>
>>>>><br>
>>>>> Andrew><br>
>>>>> <a href="https://github.com/agordon/dancer_bootstrap_fontawesome_template.git" rel="noreferrer" target="_blank">https://github.com/agordon/dancer_bootstrap_fontawesome_template.git</a><br>
>>>>><br>
>>>>> Andrew>         I don't have any working examples handy right this<br>
>>>>> second...<br>
>>>>><br>
>>>>> Richard> I am hoping someone can help me understand how to get this to<br>
>>>>> Richard> work as a POST instead of GET.  When I do sub below as 'get'<br>
>>>>> Richard> it works but when I replace 'get' with 'post' I get:<br>
>>>>><br>
>>>>> Richard> --2015-08-06 13:52:05--  <a href="http://0.0.0.0:3000/user" rel="noreferrer" target="_blank">http://0.0.0.0:3000/user</a><br>
>>>>> Richard> Connecting to 0.0.0.0:3000... connected.<br>
>>>>> Richard> HTTP request sent, awaiting response... 404 Not Found<br>
>>>>> Richard> 2015-08-06 13:52:05 ERROR 404: Not Found.<br>
>>>>><br>
>>>>> Richard> package MyApp;<br>
>>>>> Richard> use Dancer ':syntax';<br>
>>>>> Richard> use Dancer::Plugin::FormValidator;<br>
>>>>><br>
>>>>> Richard> our $VERSION = '0.1';<br>
>>>>><br>
>>>>> Richard> post '/user' => sub {<br>
>>>>><br>
>>>>> Richard>     my $input_hash = {<br>
>>>>><br>
>>>>> Richard>         FName => param('firstname'),<br>
>>>>> Richard>         LName => param('lastname'),<br>
>>>>> Richard>         Email => param('email'),<br>
>>>>> Richard>         Terms => param('terms'),<br>
>>>>><br>
>>>>> Richard>     };<br>
>>>>><br>
>>>>> Richard>     my $number_of_defined_values = scalar grep { defined }<br>
>>>>> values %{$input_hash};<br>
>>>>> Richard>     $number_of_defined_values = $number_of_defined_values + 0;<br>
>>>>><br>
>>>>> Richard>     if ($number_of_defined_values > 1) {<br>
>>>>><br>
>>>>> Richard>           my $error = form_validator_error( 'profile_user',<br>
>>>>> $input_hash );<br>
>>>>><br>
>>>>> Richard>          if ( ! $error ) {<br>
>>>>> Richard>              #the user provided complete and validates data<br>
>>>>> it's cool to proceed<br>
>>>>><br>
>>>>> Richard>          } else {<br>
>>>>><br>
>>>>> Richard>               my %hash = %$error;<br>
>>>>> Richard>               foreach my $k (keys %hash) {<br>
>>>>> Richard>                   return "$k: $hash{$k}\n";<br>
>>>>><br>
>>>>> Richard>               }<br>
>>>>><br>
>>>>> Richard>          }<br>
>>>>> Richard>     }<br>
>>>>><br>
>>>>> Richard>     template 'user';<br>
>>>>><br>
>>>>> Richard> ##########################################################<br>
>>>>> Richard> }; ### end of sub user ###################################<br>
>>>>><br>
>>>>> Richard> true;<br>
>>>>><br>
>>>>> Richard> Thanks in advance for any help.<br>
>>>>><br>
>>>>> Richard> _______________________________________________<br>
>>>>> Richard> dancer-users mailing list<br>
>>>>> Richard> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>> Richard> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>> Andrew>         _______________________________________________<br>
>>>>> Andrew>         dancer-users mailing list<br>
>>>>> Andrew>         <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>> Andrew><br>
>>>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>><br>
>>>>> Andrew>     _______________________________________________<br>
>>>>> Andrew>     dancer-users mailing list<br>
>>>>> Andrew>     <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>> Andrew>     <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>><br>
>>>>> Andrew> --<br>
>>>>> Andrew> Andrew Solomon<br>
>>>>><br>
>>>>> Andrew> Mentor@Geekuni <a href="http://geekuni.com/" rel="noreferrer" target="_blank">http://geekuni.com/</a><br>
>>>>> Andrew> <a href="http://www.linkedin.com/in/asolomon" rel="noreferrer" target="_blank">http://www.linkedin.com/in/asolomon</a><br>
>>>>><br>
>>>>> Andrew> _______________________________________________<br>
>>>>> Andrew> dancer-users mailing list<br>
>>>>> Andrew> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>> Andrew> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>> _______________________________________________<br>
>>>>> dancer-users mailing list<br>
>>>>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>><br>
>>>><br>
>>>><br>
>>><br>
>><br>
>> _______________________________________________<br>
>> dancer-users mailing list<br>
>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>><br>
>><br>
><br>
><br>
> --<br>
><br>
> *Kadir Beyazl?Computer Engineer*<br>
> *GSM : <a href="tel:%2B90%20535%20821%2050%2000" value="+905358215000">+90 535 821 50 00</a> <%2B90%20535%20821%2050%2000>*<br>
><br>
> _______________________________________________<br>
> dancer-users mailing list<br>
> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20150807/ebe30dfb/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20150807/ebe30dfb/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 7 Aug 2015 20:38:58 +0300<br>
From: Kadir Beyazl? <<a href="mailto:kadirbeyazli@gmail.com">kadirbeyazli@gmail.com</a>><br>
To: Perl Dancer users mailing list <<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a>><br>
Subject: Re: [dancer-users] Help with a POST<br>
Message-ID:<br>
        <CACRdqbU-a-U9=<a href="mailto:O-YC87bsJHamui5vSFTDHqz6sh96MuZCJfBaw@mail.gmail.com">O-YC87bsJHamui5vSFTDHqz6sh96MuZCJfBaw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Richard,<br>
<br>
Would you please copy template 'user' here?<br>
If everything is OK, when you click on "Go" button, POST requests will be<br>
performed<br>
<br>
<br>
<br>
On Fri, Aug 7, 2015 at 8:30 PM, Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>> wrote:<br>
<br>
> Yes and just did and tried again to make sure.<br>
><br>
> 2015-08-07 12:16 GMT-05:00 Kadir Beyazl? <<a href="mailto:kadirbeyazli@gmail.com">kadirbeyazli@gmail.com</a>>:<br>
><br>
>> Hi Richard,<br>
>><br>
>> Did you restart server after you changed GET with POST at form definition?<br>
>><br>
>><br>
>> On Fri, Aug 7, 2015 at 7:58 PM, Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>><br>
>> wrote:<br>
>><br>
>>> Sorry this is my dancer console output:<br>
>>><br>
>>> >> Dancer 1.3140 server 24745 listening on <a href="http://0.0.0.0:3000" rel="noreferrer" target="_blank">http://0.0.0.0:3000</a><br>
>>> >> Dancer::Plugin::FormValidator (1.131620)<br>
>>> == Entering the development dance floor ...<br>
>>> [24745]  core @0.000165> request: GET /user from 127.0.0.1 in<br>
>>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 58<br>
>>> [24745]  core @0.000569> [hit #1]Trying to match 'GET /user' against<br>
>>> /^\/$/ (generated from '/') in /usr/local/share/perl/5.14.2/Dancer/Route.pm<br>
>>> l. 85<br>
>>> [24745]  core @0.000757> [hit #1]Trying to match 'GET /user' against<br>
>>> /^\/player$/ (generated from '/player') in<br>
>>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>>> [24745]  core @0.000932> [hit #1]Trying to match 'GET /user' against<br>
>>> /^\/sponsor$/ (generated from '/sponsor') in<br>
>>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>>> [24745]  core @0.001113> [hit #1]Trying to match 'GET /user' against<br>
>>> /^\/$/ (generated from '/') in /usr/local/share/perl/5.14.2/Dancer/Route.pm<br>
>>> l. 85<br>
>>> [24745]  core @0.001282> [hit #1]Trying to match 'GET /user' against<br>
>>> /^\/player$/ (generated from '/player') in<br>
>>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>>> [24745]  core @0.001452> [hit #1]Trying to match 'GET /user' against<br>
>>> /^\/sponsor$/ (generated from '/sponsor') in<br>
>>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>>> [24745]  core @0.001956> [hit #1]response: 304 in<br>
>>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 181<br>
>>> [24745]  core @0.000174> request: GET /css/error.css from 127.0.0.1 in<br>
>>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 58<br>
>>> [24745]  core @0.000710> [hit #2]response: 304 in<br>
>>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 181<br>
>>><br>
>>><br>
>>><br>
>>> 2015-08-07 11:58 GMT-05:00 Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>>:<br>
>>><br>
>>>> This is my dancer console output.<br>
>>>><br>
>>>><br>
>>>><br>
>>>> 2015-08-07 11:11 GMT-05:00 Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>>:<br>
>>>><br>
>>>>> replacing the first few lines with:<br>
>>>>><br>
>>>>> <html><br>
>>>>> <body><br>
>>>>><br>
>>>>> <h1>Get in the game.</h1><br>
>>>>><br>
>>>>> <form action="user" method="POST"><br>
>>>>> First name:<br><br>
>>>>><br>
>>>>> I still get Error 404<br>
>>>>><br>
>>>>> Interestingly enough when I modify this<br>
>>>>> <a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_submit" rel="noreferrer" target="_blank">http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_submit</a><br>
>>>>> to method="POST" it does not work either.<br>
>>>>><br>
>>>>> 2015-08-07 10:54 GMT-05:00 John Stoffel <<a href="mailto:john@stoffel.org">john@stoffel.org</a>>:<br>
>>>>><br>
>>>>>><br>
>>>>>> And I know there's a helper you can use to fill in the action so that<br>
>>>>>> you don't have to update the URLs when you deploy it elsewhere.... but<br>
>>>>>> I'm at work and not near my notes...<br>
>>>>>><br>
>>>>>> Ah... here it is.  Just do:<br>
>>>>>><br>
>>>>>> <form action="user"><br>
>>>>>><br>
>>>>>> And I think you also want to remove the <!DOCTYPE html> as well, since<br>
>>>>>> this template will get embedded into alayout which will take care of<br>
>>>>>> all that stuff.<br>
>>>>>><br>
>>>>>> John<br>
>>>>>><br>
>>>>>><br>
>>>>>> Andrew> I think what you're after is something like this to tell the<br>
>>>>>> browser you want to POST:<br>
>>>>>> Andrew> <form action="<a href="http://localhost:3000/user" rel="noreferrer" target="_blank">http://localhost:3000/user</a>" method="POST"><br>
>>>>>><br>
>>>>>> Andrew> Does that do the trick?<br>
>>>>>><br>
>>>>>> Andrew> A<br>
>>>>>><br>
>>>>>> Andrew> On Fri, Aug 7, 2015 at 3:47 PM, Richard Reina <<br>
>>>>>> <a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>> wrote:<br>
>>>>>><br>
>>>>>> Andrew>     Wait, Does this provide a clue to the error of my ways?<br>
>>>>>> This is the template (<a href="http://user.tt" rel="noreferrer" target="_blank">user.tt</a>) that I<br>
>>>>>> Andrew>     am using for the form.<br>
>>>>>><br>
>>>>>> Andrew>     <!DOCTYPE html><br>
>>>>>> Andrew>     <html><br>
>>>>>> Andrew>     <body><br>
>>>>>><br>
>>>>>> Andrew>     <h1>Get in the game.</h1><br>
>>>>>><br>
>>>>>> Andrew>     <form><br>
>>>>>> Andrew>     First name:<br><br>
>>>>>> Andrew>     <input type="text" name="firstname"><br>
>>>>>> Andrew>     <br><br>
>>>>>> Andrew>     Last name:<br><br>
>>>>>> Andrew>     <input type="text" name="lastname"><br>
>>>>>> Andrew>     <br><br>
>>>>>> Andrew>     Email Address:<br><br>
>>>>>> Andrew>     <input type="text" name="email"><br>
>>>>>> Andrew>     <br><br>
>>>>>> Andrew>     User Password:<br><br>
>>>>>> Andrew>     <input type="password" name="psw"><br>
>>>>>> Andrew>     <br><br>
>>>>>> Andrew>     User Confirm Password:<br><br>
>>>>>> Andrew>     <input type="password" name="psw2"><br>
>>>>>> Andrew>     <br><br>
>>>>>> Andrew>     Terms & Conditions<br>
>>>>>> Andrew>     <input type="checkbox" name="terms"> I agree with terms<br>
>>>>>> and conditions.<br><br>
>>>>>> Andrew>     <br><br>
>>>>>> Andrew>     <input type="submit" value="Go" /><br>
>>>>>> Andrew>     </form><br>
>>>>>><br>
>>>>>> Andrew>     <p>Note that the form itself is not visible.</p><br>
>>>>>><br>
>>>>>> Andrew>     <p>Also note that the default width of a text field is 20<br>
>>>>>> characters.</p><br>
>>>>>><br>
>>>>>> Andrew>     </body><br>
>>>>>> Andrew>     </html><br>
>>>>>><br>
>>>>>> Andrew>     2015-08-07 9:36 GMT-05:00 John Stoffel <<a href="mailto:john@stoffel.org">john@stoffel.org</a><br>
>>>>>> >:<br>
>>>>>><br>
>>>>>> Andrew>         You need to build a web page with a FORM first, then<br>
>>>>>> submit the data<br>
>>>>>> Andrew>         that way to the /user URL, so it can get handled.<br>
>>>>>><br>
>>>>>> Andrew>         Try using git to clone this repository and use that<br>
>>>>>> as a base for your<br>
>>>>>> Andrew>         playing around:<br>
>>>>>><br>
>>>>>> Andrew><br>
>>>>>> <a href="https://github.com/agordon/dancer_bootstrap_fontawesome_template.git" rel="noreferrer" target="_blank">https://github.com/agordon/dancer_bootstrap_fontawesome_template.git</a><br>
>>>>>><br>
>>>>>> Andrew>         I don't have any working examples handy right this<br>
>>>>>> second...<br>
>>>>>><br>
>>>>>> Richard> I am hoping someone can help me understand how to get this to<br>
>>>>>> Richard> work as a POST instead of GET.  When I do sub below as 'get'<br>
>>>>>> Richard> it works but when I replace 'get' with 'post' I get:<br>
>>>>>><br>
>>>>>> Richard> --2015-08-06 13:52:05--  <a href="http://0.0.0.0:3000/user" rel="noreferrer" target="_blank">http://0.0.0.0:3000/user</a><br>
>>>>>> Richard> Connecting to 0.0.0.0:3000... connected.<br>
>>>>>> Richard> HTTP request sent, awaiting response... 404 Not Found<br>
>>>>>> Richard> 2015-08-06 13:52:05 ERROR 404: Not Found.<br>
>>>>>><br>
>>>>>> Richard> package MyApp;<br>
>>>>>> Richard> use Dancer ':syntax';<br>
>>>>>> Richard> use Dancer::Plugin::FormValidator;<br>
>>>>>><br>
>>>>>> Richard> our $VERSION = '0.1';<br>
>>>>>><br>
>>>>>> Richard> post '/user' => sub {<br>
>>>>>><br>
>>>>>> Richard>     my $input_hash = {<br>
>>>>>><br>
>>>>>> Richard>         FName => param('firstname'),<br>
>>>>>> Richard>         LName => param('lastname'),<br>
>>>>>> Richard>         Email => param('email'),<br>
>>>>>> Richard>         Terms => param('terms'),<br>
>>>>>><br>
>>>>>> Richard>     };<br>
>>>>>><br>
>>>>>> Richard>     my $number_of_defined_values = scalar grep { defined }<br>
>>>>>> values %{$input_hash};<br>
>>>>>> Richard>     $number_of_defined_values = $number_of_defined_values +<br>
>>>>>> 0;<br>
>>>>>><br>
>>>>>> Richard>     if ($number_of_defined_values > 1) {<br>
>>>>>><br>
>>>>>> Richard>           my $error = form_validator_error( 'profile_user',<br>
>>>>>> $input_hash );<br>
>>>>>><br>
>>>>>> Richard>          if ( ! $error ) {<br>
>>>>>> Richard>              #the user provided complete and validates data<br>
>>>>>> it's cool to proceed<br>
>>>>>><br>
>>>>>> Richard>          } else {<br>
>>>>>><br>
>>>>>> Richard>               my %hash = %$error;<br>
>>>>>> Richard>               foreach my $k (keys %hash) {<br>
>>>>>> Richard>                   return "$k: $hash{$k}\n";<br>
>>>>>><br>
>>>>>> Richard>               }<br>
>>>>>><br>
>>>>>> Richard>          }<br>
>>>>>> Richard>     }<br>
>>>>>><br>
>>>>>> Richard>     template 'user';<br>
>>>>>><br>
>>>>>> Richard> ##########################################################<br>
>>>>>> Richard> }; ### end of sub user ###################################<br>
>>>>>><br>
>>>>>> Richard> true;<br>
>>>>>><br>
>>>>>> Richard> Thanks in advance for any help.<br>
>>>>>><br>
>>>>>> Richard> _______________________________________________<br>
>>>>>> Richard> dancer-users mailing list<br>
>>>>>> Richard> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>> Richard> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>> Andrew>         _______________________________________________<br>
>>>>>> Andrew>         dancer-users mailing list<br>
>>>>>> Andrew>         <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>> Andrew><br>
>>>>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>><br>
>>>>>> Andrew>     _______________________________________________<br>
>>>>>> Andrew>     dancer-users mailing list<br>
>>>>>> Andrew>     <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>> Andrew>     <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>><br>
>>>>>> Andrew> --<br>
>>>>>> Andrew> Andrew Solomon<br>
>>>>>><br>
>>>>>> Andrew> Mentor@Geekuni <a href="http://geekuni.com/" rel="noreferrer" target="_blank">http://geekuni.com/</a><br>
>>>>>> Andrew> <a href="http://www.linkedin.com/in/asolomon" rel="noreferrer" target="_blank">http://www.linkedin.com/in/asolomon</a><br>
>>>>>><br>
>>>>>> Andrew> _______________________________________________<br>
>>>>>> Andrew> dancer-users mailing list<br>
>>>>>> Andrew> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>> Andrew> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>> _______________________________________________<br>
>>>>>> dancer-users mailing list<br>
>>>>>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>><br>
>>>>><br>
>>>>><br>
>>>><br>
>>><br>
>>> _______________________________________________<br>
>>> dancer-users mailing list<br>
>>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>><br>
>>><br>
>><br>
>><br>
>> --<br>
>><br>
>> *Kadir Beyazl?Computer Engineer*<br>
>> *GSM : <a href="tel:%2B90%20535%20821%2050%2000" value="+905358215000">+90 535 821 50 00</a> <%2B90%20535%20821%2050%2000>*<br>
>><br>
>> _______________________________________________<br>
>> dancer-users mailing list<br>
>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>><br>
>><br>
><br>
> _______________________________________________<br>
> dancer-users mailing list<br>
> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
><br>
><br>
<br>
<br>
--<br>
<br>
*Kadir Beyazl?Computer Engineer*<br>
*GSM : <a href="tel:%2B90%20535%20821%2050%2000" value="+905358215000">+90 535 821 50 00</a>*<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20150807/d324d0b8/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20150807/d324d0b8/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 7 Aug 2015 12:59:05 -0500<br>
From: Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>><br>
To: Perl Dancer users mailing list <<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a>><br>
Subject: Re: [dancer-users] Help with a POST<br>
Message-ID:<br>
        <CAKLxnzaLt5Ld=w8mHY62TwzvEOrMxngZF=_<a href="mailto:Z5ZXV348EHpb6Rw@mail.gmail.com">Z5ZXV348EHpb6Rw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
I can't get the page to appear in the browser so I can't press the Go<br>
button.<br>
<br>
I get:<br>
<br>
Error 404<br>
Page Not Found<br>
<br>
Sorry, this is the void.<br>
Powered by Dancer <<a href="http://perldancer.org/" rel="noreferrer" target="_blank">http://perldancer.org/</a>>.<br>
<br>
<br>
This is <a href="http://user.tt" rel="noreferrer" target="_blank">user.tt</a><br>
<br>
<!DOCTYPE html><br>
<html><br>
<body><br>
<br>
<h1>Get in the game.</h1><br>
<br>
<form action="user" method="post"><br>
First name:<br><br>
<input type="text" name="firstname"><br>
<br><br>
Last name:<br><br>
<input type="text" name="lastname"><br>
<br><br>
Email Address:<br><br>
<input type="text" name="email"><br>
<br><br>
User Password:<br><br>
<input type="password" name="psw"><br>
<br><br>
User Confirm Password:<br><br>
<input type="password" name="psw2"><br>
<br><br>
Terms & Conditions<br>
<input type="checkbox" name="terms"> I agree with terms and conditions.<br><br>
<br><br>
<input type="submit" value="Go" /><br>
</form><br>
<br>
<p>Note that the form itself is not visible.</p><br>
<br>
<p>Also note that the default width of a text field is 20 characters.</p><br>
<br>
</body><br>
</html><br>
<br>
<br>
<br>
2015-08-07 12:38 GMT-05:00 Kadir Beyazl? <<a href="mailto:kadirbeyazli@gmail.com">kadirbeyazli@gmail.com</a>>:<br>
<br>
> Richard,<br>
><br>
> Would you please copy template 'user' here?<br>
> If everything is OK, when you click on "Go" button, POST requests will be<br>
> performed<br>
><br>
><br>
><br>
> On Fri, Aug 7, 2015 at 8:30 PM, Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>><br>
> wrote:<br>
><br>
>> Yes and just did and tried again to make sure.<br>
>><br>
>> 2015-08-07 12:16 GMT-05:00 Kadir Beyazl? <<a href="mailto:kadirbeyazli@gmail.com">kadirbeyazli@gmail.com</a>>:<br>
>><br>
>>> Hi Richard,<br>
>>><br>
>>> Did you restart server after you changed GET with POST at form<br>
>>> definition?<br>
>>><br>
>>><br>
>>> On Fri, Aug 7, 2015 at 7:58 PM, Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>><br>
>>> wrote:<br>
>>><br>
>>>> Sorry this is my dancer console output:<br>
>>>><br>
>>>> >> Dancer 1.3140 server 24745 listening on <a href="http://0.0.0.0:3000" rel="noreferrer" target="_blank">http://0.0.0.0:3000</a><br>
>>>> >> Dancer::Plugin::FormValidator (1.131620)<br>
>>>> == Entering the development dance floor ...<br>
>>>> [24745]  core @0.000165> request: GET /user from 127.0.0.1 in<br>
>>>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 58<br>
>>>> [24745]  core @0.000569> [hit #1]Trying to match 'GET /user' against<br>
>>>> /^\/$/ (generated from '/') in /usr/local/share/perl/5.14.2/Dancer/Route.pm<br>
>>>> l. 85<br>
>>>> [24745]  core @0.000757> [hit #1]Trying to match 'GET /user' against<br>
>>>> /^\/player$/ (generated from '/player') in<br>
>>>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>>>> [24745]  core @0.000932> [hit #1]Trying to match 'GET /user' against<br>
>>>> /^\/sponsor$/ (generated from '/sponsor') in<br>
>>>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>>>> [24745]  core @0.001113> [hit #1]Trying to match 'GET /user' against<br>
>>>> /^\/$/ (generated from '/') in /usr/local/share/perl/5.14.2/Dancer/Route.pm<br>
>>>> l. 85<br>
>>>> [24745]  core @0.001282> [hit #1]Trying to match 'GET /user' against<br>
>>>> /^\/player$/ (generated from '/player') in<br>
>>>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>>>> [24745]  core @0.001452> [hit #1]Trying to match 'GET /user' against<br>
>>>> /^\/sponsor$/ (generated from '/sponsor') in<br>
>>>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>>>> [24745]  core @0.001956> [hit #1]response: 304 in<br>
>>>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 181<br>
>>>> [24745]  core @0.000174> request: GET /css/error.css from 127.0.0.1 in<br>
>>>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 58<br>
>>>> [24745]  core @0.000710> [hit #2]response: 304 in<br>
>>>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 181<br>
>>>><br>
>>>><br>
>>>><br>
>>>> 2015-08-07 11:58 GMT-05:00 Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>>:<br>
>>>><br>
>>>>> This is my dancer console output.<br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> 2015-08-07 11:11 GMT-05:00 Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>>:<br>
>>>>><br>
>>>>>> replacing the first few lines with:<br>
>>>>>><br>
>>>>>> <html><br>
>>>>>> <body><br>
>>>>>><br>
>>>>>> <h1>Get in the game.</h1><br>
>>>>>><br>
>>>>>> <form action="user" method="POST"><br>
>>>>>> First name:<br><br>
>>>>>><br>
>>>>>> I still get Error 404<br>
>>>>>><br>
>>>>>> Interestingly enough when I modify this<br>
>>>>>> <a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_submit" rel="noreferrer" target="_blank">http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_submit</a><br>
>>>>>> to method="POST" it does not work either.<br>
>>>>>><br>
>>>>>> 2015-08-07 10:54 GMT-05:00 John Stoffel <<a href="mailto:john@stoffel.org">john@stoffel.org</a>>:<br>
>>>>>><br>
>>>>>>><br>
>>>>>>> And I know there's a helper you can use to fill in the action so that<br>
>>>>>>> you don't have to update the URLs when you deploy it elsewhere....<br>
>>>>>>> but<br>
>>>>>>> I'm at work and not near my notes...<br>
>>>>>>><br>
>>>>>>> Ah... here it is.  Just do:<br>
>>>>>>><br>
>>>>>>> <form action="user"><br>
>>>>>>><br>
>>>>>>> And I think you also want to remove the <!DOCTYPE html> as well,<br>
>>>>>>> since<br>
>>>>>>> this template will get embedded into alayout which will take care of<br>
>>>>>>> all that stuff.<br>
>>>>>>><br>
>>>>>>> John<br>
>>>>>>><br>
>>>>>>><br>
>>>>>>> Andrew> I think what you're after is something like this to tell the<br>
>>>>>>> browser you want to POST:<br>
>>>>>>> Andrew> <form action="<a href="http://localhost:3000/user" rel="noreferrer" target="_blank">http://localhost:3000/user</a>" method="POST"><br>
>>>>>>><br>
>>>>>>> Andrew> Does that do the trick?<br>
>>>>>>><br>
>>>>>>> Andrew> A<br>
>>>>>>><br>
>>>>>>> Andrew> On Fri, Aug 7, 2015 at 3:47 PM, Richard Reina <<br>
>>>>>>> <a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>> wrote:<br>
>>>>>>><br>
>>>>>>> Andrew>     Wait, Does this provide a clue to the error of my ways?<br>
>>>>>>> This is the template (<a href="http://user.tt" rel="noreferrer" target="_blank">user.tt</a>) that I<br>
>>>>>>> Andrew>     am using for the form.<br>
>>>>>>><br>
>>>>>>> Andrew>     <!DOCTYPE html><br>
>>>>>>> Andrew>     <html><br>
>>>>>>> Andrew>     <body><br>
>>>>>>><br>
>>>>>>> Andrew>     <h1>Get in the game.</h1><br>
>>>>>>><br>
>>>>>>> Andrew>     <form><br>
>>>>>>> Andrew>     First name:<br><br>
>>>>>>> Andrew>     <input type="text" name="firstname"><br>
>>>>>>> Andrew>     <br><br>
>>>>>>> Andrew>     Last name:<br><br>
>>>>>>> Andrew>     <input type="text" name="lastname"><br>
>>>>>>> Andrew>     <br><br>
>>>>>>> Andrew>     Email Address:<br><br>
>>>>>>> Andrew>     <input type="text" name="email"><br>
>>>>>>> Andrew>     <br><br>
>>>>>>> Andrew>     User Password:<br><br>
>>>>>>> Andrew>     <input type="password" name="psw"><br>
>>>>>>> Andrew>     <br><br>
>>>>>>> Andrew>     User Confirm Password:<br><br>
>>>>>>> Andrew>     <input type="password" name="psw2"><br>
>>>>>>> Andrew>     <br><br>
>>>>>>> Andrew>     Terms & Conditions<br>
>>>>>>> Andrew>     <input type="checkbox" name="terms"> I agree with terms<br>
>>>>>>> and conditions.<br><br>
>>>>>>> Andrew>     <br><br>
>>>>>>> Andrew>     <input type="submit" value="Go" /><br>
>>>>>>> Andrew>     </form><br>
>>>>>>><br>
>>>>>>> Andrew>     <p>Note that the form itself is not visible.</p><br>
>>>>>>><br>
>>>>>>> Andrew>     <p>Also note that the default width of a text field is<br>
>>>>>>> 20 characters.</p><br>
>>>>>>><br>
>>>>>>> Andrew>     </body><br>
>>>>>>> Andrew>     </html><br>
>>>>>>><br>
>>>>>>> Andrew>     2015-08-07 9:36 GMT-05:00 John Stoffel <<a href="mailto:john@stoffel.org">john@stoffel.org</a><br>
>>>>>>> >:<br>
>>>>>>><br>
>>>>>>> Andrew>         You need to build a web page with a FORM first, then<br>
>>>>>>> submit the data<br>
>>>>>>> Andrew>         that way to the /user URL, so it can get handled.<br>
>>>>>>><br>
>>>>>>> Andrew>         Try using git to clone this repository and use that<br>
>>>>>>> as a base for your<br>
>>>>>>> Andrew>         playing around:<br>
>>>>>>><br>
>>>>>>> Andrew><br>
>>>>>>> <a href="https://github.com/agordon/dancer_bootstrap_fontawesome_template.git" rel="noreferrer" target="_blank">https://github.com/agordon/dancer_bootstrap_fontawesome_template.git</a><br>
>>>>>>><br>
>>>>>>> Andrew>         I don't have any working examples handy right this<br>
>>>>>>> second...<br>
>>>>>>><br>
>>>>>>> Richard> I am hoping someone can help me understand how to get this<br>
>>>>>>> to<br>
>>>>>>> Richard> work as a POST instead of GET.  When I do sub below as 'get'<br>
>>>>>>> Richard> it works but when I replace 'get' with 'post' I get:<br>
>>>>>>><br>
>>>>>>> Richard> --2015-08-06 13:52:05--  <a href="http://0.0.0.0:3000/user" rel="noreferrer" target="_blank">http://0.0.0.0:3000/user</a><br>
>>>>>>> Richard> Connecting to 0.0.0.0:3000... connected.<br>
>>>>>>> Richard> HTTP request sent, awaiting response... 404 Not Found<br>
>>>>>>> Richard> 2015-08-06 13:52:05 ERROR 404: Not Found.<br>
>>>>>>><br>
>>>>>>> Richard> package MyApp;<br>
>>>>>>> Richard> use Dancer ':syntax';<br>
>>>>>>> Richard> use Dancer::Plugin::FormValidator;<br>
>>>>>>><br>
>>>>>>> Richard> our $VERSION = '0.1';<br>
>>>>>>><br>
>>>>>>> Richard> post '/user' => sub {<br>
>>>>>>><br>
>>>>>>> Richard>     my $input_hash = {<br>
>>>>>>><br>
>>>>>>> Richard>         FName => param('firstname'),<br>
>>>>>>> Richard>         LName => param('lastname'),<br>
>>>>>>> Richard>         Email => param('email'),<br>
>>>>>>> Richard>         Terms => param('terms'),<br>
>>>>>>><br>
>>>>>>> Richard>     };<br>
>>>>>>><br>
>>>>>>> Richard>     my $number_of_defined_values = scalar grep { defined }<br>
>>>>>>> values %{$input_hash};<br>
>>>>>>> Richard>     $number_of_defined_values = $number_of_defined_values +<br>
>>>>>>> 0;<br>
>>>>>>><br>
>>>>>>> Richard>     if ($number_of_defined_values > 1) {<br>
>>>>>>><br>
>>>>>>> Richard>           my $error = form_validator_error( 'profile_user',<br>
>>>>>>> $input_hash );<br>
>>>>>>><br>
>>>>>>> Richard>          if ( ! $error ) {<br>
>>>>>>> Richard>              #the user provided complete and validates data<br>
>>>>>>> it's cool to proceed<br>
>>>>>>><br>
>>>>>>> Richard>          } else {<br>
>>>>>>><br>
>>>>>>> Richard>               my %hash = %$error;<br>
>>>>>>> Richard>               foreach my $k (keys %hash) {<br>
>>>>>>> Richard>                   return "$k: $hash{$k}\n";<br>
>>>>>>><br>
>>>>>>> Richard>               }<br>
>>>>>>><br>
>>>>>>> Richard>          }<br>
>>>>>>> Richard>     }<br>
>>>>>>><br>
>>>>>>> Richard>     template 'user';<br>
>>>>>>><br>
>>>>>>> Richard> ##########################################################<br>
>>>>>>> Richard> }; ### end of sub user ###################################<br>
>>>>>>><br>
>>>>>>> Richard> true;<br>
>>>>>>><br>
>>>>>>> Richard> Thanks in advance for any help.<br>
>>>>>>><br>
>>>>>>> Richard> _______________________________________________<br>
>>>>>>> Richard> dancer-users mailing list<br>
>>>>>>> Richard> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>>> Richard> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>>> Andrew>         _______________________________________________<br>
>>>>>>> Andrew>         dancer-users mailing list<br>
>>>>>>> Andrew>         <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>>> Andrew><br>
>>>>>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>>><br>
>>>>>>> Andrew>     _______________________________________________<br>
>>>>>>> Andrew>     dancer-users mailing list<br>
>>>>>>> Andrew>     <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>>> Andrew><br>
>>>>>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>>><br>
>>>>>>> Andrew> --<br>
>>>>>>> Andrew> Andrew Solomon<br>
>>>>>>><br>
>>>>>>> Andrew> Mentor@Geekuni <a href="http://geekuni.com/" rel="noreferrer" target="_blank">http://geekuni.com/</a><br>
>>>>>>> Andrew> <a href="http://www.linkedin.com/in/asolomon" rel="noreferrer" target="_blank">http://www.linkedin.com/in/asolomon</a><br>
>>>>>>><br>
>>>>>>> Andrew> _______________________________________________<br>
>>>>>>> Andrew> dancer-users mailing list<br>
>>>>>>> Andrew> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>>> Andrew> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>>> _______________________________________________<br>
>>>>>>> dancer-users mailing list<br>
>>>>>>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>><br>
>>>><br>
>>>> _______________________________________________<br>
>>>> dancer-users mailing list<br>
>>>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>><br>
>>>><br>
>>><br>
>>><br>
>>> --<br>
>>><br>
>>> *Kadir Beyazl?Computer Engineer*<br>
>>> *GSM : <a href="tel:%2B90%20535%20821%2050%2000" value="+905358215000">+90 535 821 50 00</a> <%2B90%20535%20821%2050%2000>*<br>
>>><br>
>>> _______________________________________________<br>
>>> dancer-users mailing list<br>
>>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>><br>
>>><br>
>><br>
>> _______________________________________________<br>
>> dancer-users mailing list<br>
>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>><br>
>><br>
><br>
><br>
> --<br>
><br>
> *Kadir Beyazl?Computer Engineer*<br>
> *GSM : <a href="tel:%2B90%20535%20821%2050%2000" value="+905358215000">+90 535 821 50 00</a> <%2B90%20535%20821%2050%2000>*<br>
><br>
> _______________________________________________<br>
> dancer-users mailing list<br>
> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20150807/fca25e66/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20150807/fca25e66/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 7 Aug 2015 14:03:27 -0400<br>
From: James Baer <<a href="mailto:jamesfbaer@gmail.com">jamesfbaer@gmail.com</a>><br>
To: Perl Dancer users mailing list <<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a>><br>
Subject: Re: [dancer-users] Help with a POST<br>
Message-ID:<br>
        <CAE_gaBtsnJkWi2Gz0JfTOrMDSLb5cGyR=vK7Mx0=<a href="mailto:0NG5-6vQ8w@mail.gmail.com">0NG5-6vQ8w@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
You still need to have a GET route to display the form:<br>
<br>
get '/user' => sub {<br>
    template 'user';<br>
}<br>
<br>
Then when you submit the form it will go to your POST route handler.<br>
<br>
<br>
On Fri, Aug 7, 2015 at 1:59 PM, Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>> wrote:<br>
<br>
> I can't get the page to appear in the browser so I can't press the Go<br>
> button.<br>
><br>
> I get:<br>
><br>
> Error 404<br>
> Page Not Found<br>
><br>
> Sorry, this is the void.<br>
> Powered by Dancer <<a href="http://perldancer.org/" rel="noreferrer" target="_blank">http://perldancer.org/</a>>.<br>
><br>
><br>
> This is <a href="http://user.tt" rel="noreferrer" target="_blank">user.tt</a><br>
><br>
> <!DOCTYPE html><br>
> <html><br>
> <body><br>
><br>
> <h1>Get in the game.</h1><br>
><br>
> <form action="user" method="post"><br>
> First name:<br><br>
> <input type="text" name="firstname"><br>
> <br><br>
> Last name:<br><br>
> <input type="text" name="lastname"><br>
> <br><br>
> Email Address:<br><br>
> <input type="text" name="email"><br>
> <br><br>
> User Password:<br><br>
> <input type="password" name="psw"><br>
> <br><br>
> User Confirm Password:<br><br>
> <input type="password" name="psw2"><br>
> <br><br>
> Terms & Conditions<br>
> <input type="checkbox" name="terms"> I agree with terms and conditions.<br><br>
> <br><br>
> <input type="submit" value="Go" /><br>
> </form><br>
><br>
> <p>Note that the form itself is not visible.</p><br>
><br>
> <p>Also note that the default width of a text field is 20 characters.</p><br>
><br>
> </body><br>
> </html><br>
><br>
><br>
><br>
> 2015-08-07 12:38 GMT-05:00 Kadir Beyazl? <<a href="mailto:kadirbeyazli@gmail.com">kadirbeyazli@gmail.com</a>>:<br>
><br>
>> Richard,<br>
>><br>
>> Would you please copy template 'user' here?<br>
>> If everything is OK, when you click on "Go" button, POST requests will be<br>
>> performed<br>
>><br>
>><br>
>><br>
>> On Fri, Aug 7, 2015 at 8:30 PM, Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>><br>
>> wrote:<br>
>><br>
>>> Yes and just did and tried again to make sure.<br>
>>><br>
>>> 2015-08-07 12:16 GMT-05:00 Kadir Beyazl? <<a href="mailto:kadirbeyazli@gmail.com">kadirbeyazli@gmail.com</a>>:<br>
>>><br>
>>>> Hi Richard,<br>
>>>><br>
>>>> Did you restart server after you changed GET with POST at form<br>
>>>> definition?<br>
>>>><br>
>>>><br>
>>>> On Fri, Aug 7, 2015 at 7:58 PM, Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>><br>
>>>> wrote:<br>
>>>><br>
>>>>> Sorry this is my dancer console output:<br>
>>>>><br>
>>>>> >> Dancer 1.3140 server 24745 listening on <a href="http://0.0.0.0:3000" rel="noreferrer" target="_blank">http://0.0.0.0:3000</a><br>
>>>>> >> Dancer::Plugin::FormValidator (1.131620)<br>
>>>>> == Entering the development dance floor ...<br>
>>>>> [24745]  core @0.000165> request: GET /user from 127.0.0.1 in<br>
>>>>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 58<br>
>>>>> [24745]  core @0.000569> [hit #1]Trying to match 'GET /user' against<br>
>>>>> /^\/$/ (generated from '/') in /usr/local/share/perl/5.14.2/Dancer/Route.pm<br>
>>>>> l. 85<br>
>>>>> [24745]  core @0.000757> [hit #1]Trying to match 'GET /user' against<br>
>>>>> /^\/player$/ (generated from '/player') in<br>
>>>>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>>>>> [24745]  core @0.000932> [hit #1]Trying to match 'GET /user' against<br>
>>>>> /^\/sponsor$/ (generated from '/sponsor') in<br>
>>>>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>>>>> [24745]  core @0.001113> [hit #1]Trying to match 'GET /user' against<br>
>>>>> /^\/$/ (generated from '/') in /usr/local/share/perl/5.14.2/Dancer/Route.pm<br>
>>>>> l. 85<br>
>>>>> [24745]  core @0.001282> [hit #1]Trying to match 'GET /user' against<br>
>>>>> /^\/player$/ (generated from '/player') in<br>
>>>>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>>>>> [24745]  core @0.001452> [hit #1]Trying to match 'GET /user' against<br>
>>>>> /^\/sponsor$/ (generated from '/sponsor') in<br>
>>>>> /usr/local/share/perl/5.14.2/Dancer/Route.pm l. 85<br>
>>>>> [24745]  core @0.001956> [hit #1]response: 304 in<br>
>>>>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 181<br>
>>>>> [24745]  core @0.000174> request: GET /css/error.css from 127.0.0.1 in<br>
>>>>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 58<br>
>>>>> [24745]  core @0.000710> [hit #2]response: 304 in<br>
>>>>> /usr/local/share/perl/5.14.2/Dancer/Handler.pm l. 181<br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> 2015-08-07 11:58 GMT-05:00 Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>>:<br>
>>>>><br>
>>>>>> This is my dancer console output.<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> 2015-08-07 11:11 GMT-05:00 Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>>:<br>
>>>>>><br>
>>>>>>> replacing the first few lines with:<br>
>>>>>>><br>
>>>>>>> <html><br>
>>>>>>> <body><br>
>>>>>>><br>
>>>>>>> <h1>Get in the game.</h1><br>
>>>>>>><br>
>>>>>>> <form action="user" method="POST"><br>
>>>>>>> First name:<br><br>
>>>>>>><br>
>>>>>>> I still get Error 404<br>
>>>>>>><br>
>>>>>>> Interestingly enough when I modify this<br>
>>>>>>> <a href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_submit" rel="noreferrer" target="_blank">http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_submit</a><br>
>>>>>>> to method="POST" it does not work either.<br>
>>>>>>><br>
>>>>>>> 2015-08-07 10:54 GMT-05:00 John Stoffel <<a href="mailto:john@stoffel.org">john@stoffel.org</a>>:<br>
>>>>>>><br>
>>>>>>>><br>
>>>>>>>> And I know there's a helper you can use to fill in the action so<br>
>>>>>>>> that<br>
>>>>>>>> you don't have to update the URLs when you deploy it elsewhere....<br>
>>>>>>>> but<br>
>>>>>>>> I'm at work and not near my notes...<br>
>>>>>>>><br>
>>>>>>>> Ah... here it is.  Just do:<br>
>>>>>>>><br>
>>>>>>>> <form action="user"><br>
>>>>>>>><br>
>>>>>>>> And I think you also want to remove the <!DOCTYPE html> as well,<br>
>>>>>>>> since<br>
>>>>>>>> this template will get embedded into alayout which will take care of<br>
>>>>>>>> all that stuff.<br>
>>>>>>>><br>
>>>>>>>> John<br>
>>>>>>>><br>
>>>>>>>><br>
>>>>>>>> Andrew> I think what you're after is something like this to tell<br>
>>>>>>>> the browser you want to POST:<br>
>>>>>>>> Andrew> <form action="<a href="http://localhost:3000/user" rel="noreferrer" target="_blank">http://localhost:3000/user</a>" method="POST"><br>
>>>>>>>><br>
>>>>>>>> Andrew> Does that do the trick?<br>
>>>>>>>><br>
>>>>>>>> Andrew> A<br>
>>>>>>>><br>
>>>>>>>> Andrew> On Fri, Aug 7, 2015 at 3:47 PM, Richard Reina <<br>
>>>>>>>> <a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>> wrote:<br>
>>>>>>>><br>
>>>>>>>> Andrew>     Wait, Does this provide a clue to the error of my ways?<br>
>>>>>>>> This is the template (<a href="http://user.tt" rel="noreferrer" target="_blank">user.tt</a>) that I<br>
>>>>>>>> Andrew>     am using for the form.<br>
>>>>>>>><br>
>>>>>>>> Andrew>     <!DOCTYPE html><br>
>>>>>>>> Andrew>     <html><br>
>>>>>>>> Andrew>     <body><br>
>>>>>>>><br>
>>>>>>>> Andrew>     <h1>Get in the game.</h1><br>
>>>>>>>><br>
>>>>>>>> Andrew>     <form><br>
>>>>>>>> Andrew>     First name:<br><br>
>>>>>>>> Andrew>     <input type="text" name="firstname"><br>
>>>>>>>> Andrew>     <br><br>
>>>>>>>> Andrew>     Last name:<br><br>
>>>>>>>> Andrew>     <input type="text" name="lastname"><br>
>>>>>>>> Andrew>     <br><br>
>>>>>>>> Andrew>     Email Address:<br><br>
>>>>>>>> Andrew>     <input type="text" name="email"><br>
>>>>>>>> Andrew>     <br><br>
>>>>>>>> Andrew>     User Password:<br><br>
>>>>>>>> Andrew>     <input type="password" name="psw"><br>
>>>>>>>> Andrew>     <br><br>
>>>>>>>> Andrew>     User Confirm Password:<br><br>
>>>>>>>> Andrew>     <input type="password" name="psw2"><br>
>>>>>>>> Andrew>     <br><br>
>>>>>>>> Andrew>     Terms & Conditions<br>
>>>>>>>> Andrew>     <input type="checkbox" name="terms"> I agree with terms<br>
>>>>>>>> and conditions.<br><br>
>>>>>>>> Andrew>     <br><br>
>>>>>>>> Andrew>     <input type="submit" value="Go" /><br>
>>>>>>>> Andrew>     </form><br>
>>>>>>>><br>
>>>>>>>> Andrew>     <p>Note that the form itself is not visible.</p><br>
>>>>>>>><br>
>>>>>>>> Andrew>     <p>Also note that the default width of a text field is<br>
>>>>>>>> 20 characters.</p><br>
>>>>>>>><br>
>>>>>>>> Andrew>     </body><br>
>>>>>>>> Andrew>     </html><br>
>>>>>>>><br>
>>>>>>>> Andrew>     2015-08-07 9:36 GMT-05:00 John Stoffel <<br>
>>>>>>>> <a href="mailto:john@stoffel.org">john@stoffel.org</a>>:<br>
>>>>>>>><br>
>>>>>>>> Andrew>         You need to build a web page with a FORM first,<br>
>>>>>>>> then submit the data<br>
>>>>>>>> Andrew>         that way to the /user URL, so it can get handled.<br>
>>>>>>>><br>
>>>>>>>> Andrew>         Try using git to clone this repository and use that<br>
>>>>>>>> as a base for your<br>
>>>>>>>> Andrew>         playing around:<br>
>>>>>>>><br>
>>>>>>>> Andrew><br>
>>>>>>>> <a href="https://github.com/agordon/dancer_bootstrap_fontawesome_template.git" rel="noreferrer" target="_blank">https://github.com/agordon/dancer_bootstrap_fontawesome_template.git</a><br>
>>>>>>>><br>
>>>>>>>> Andrew>         I don't have any working examples handy right this<br>
>>>>>>>> second...<br>
>>>>>>>><br>
>>>>>>>> Richard> I am hoping someone can help me understand how to get this<br>
>>>>>>>> to<br>
>>>>>>>> Richard> work as a POST instead of GET.  When I do sub below as<br>
>>>>>>>> 'get'<br>
>>>>>>>> Richard> it works but when I replace 'get' with 'post' I get:<br>
>>>>>>>><br>
>>>>>>>> Richard> --2015-08-06 13:52:05--  <a href="http://0.0.0.0:3000/user" rel="noreferrer" target="_blank">http://0.0.0.0:3000/user</a><br>
>>>>>>>> Richard> Connecting to 0.0.0.0:3000... connected.<br>
>>>>>>>> Richard> HTTP request sent, awaiting response... 404 Not Found<br>
>>>>>>>> Richard> 2015-08-06 13:52:05 ERROR 404: Not Found.<br>
>>>>>>>><br>
>>>>>>>> Richard> package MyApp;<br>
>>>>>>>> Richard> use Dancer ':syntax';<br>
>>>>>>>> Richard> use Dancer::Plugin::FormValidator;<br>
>>>>>>>><br>
>>>>>>>> Richard> our $VERSION = '0.1';<br>
>>>>>>>><br>
>>>>>>>> Richard> post '/user' => sub {<br>
>>>>>>>><br>
>>>>>>>> Richard>     my $input_hash = {<br>
>>>>>>>><br>
>>>>>>>> Richard>         FName => param('firstname'),<br>
>>>>>>>> Richard>         LName => param('lastname'),<br>
>>>>>>>> Richard>         Email => param('email'),<br>
>>>>>>>> Richard>         Terms => param('terms'),<br>
>>>>>>>><br>
>>>>>>>> Richard>     };<br>
>>>>>>>><br>
>>>>>>>> Richard>     my $number_of_defined_values = scalar grep { defined }<br>
>>>>>>>> values %{$input_hash};<br>
>>>>>>>> Richard>     $number_of_defined_values = $number_of_defined_values<br>
>>>>>>>> + 0;<br>
>>>>>>>><br>
>>>>>>>> Richard>     if ($number_of_defined_values > 1) {<br>
>>>>>>>><br>
>>>>>>>> Richard>           my $error = form_validator_error(<br>
>>>>>>>> 'profile_user', $input_hash );<br>
>>>>>>>><br>
>>>>>>>> Richard>          if ( ! $error ) {<br>
>>>>>>>> Richard>              #the user provided complete and validates<br>
>>>>>>>> data it's cool to proceed<br>
>>>>>>>><br>
>>>>>>>> Richard>          } else {<br>
>>>>>>>><br>
>>>>>>>> Richard>               my %hash = %$error;<br>
>>>>>>>> Richard>               foreach my $k (keys %hash) {<br>
>>>>>>>> Richard>                   return "$k: $hash{$k}\n";<br>
>>>>>>>><br>
>>>>>>>> Richard>               }<br>
>>>>>>>><br>
>>>>>>>> Richard>          }<br>
>>>>>>>> Richard>     }<br>
>>>>>>>><br>
>>>>>>>> Richard>     template 'user';<br>
>>>>>>>><br>
>>>>>>>> Richard> ##########################################################<br>
>>>>>>>> Richard> }; ### end of sub user ###################################<br>
>>>>>>>><br>
>>>>>>>> Richard> true;<br>
>>>>>>>><br>
>>>>>>>> Richard> Thanks in advance for any help.<br>
>>>>>>>><br>
>>>>>>>> Richard> _______________________________________________<br>
>>>>>>>> Richard> dancer-users mailing list<br>
>>>>>>>> Richard> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>>>> Richard> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>>>> Andrew>         _______________________________________________<br>
>>>>>>>> Andrew>         dancer-users mailing list<br>
>>>>>>>> Andrew>         <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>>>> Andrew><br>
>>>>>>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>>>><br>
>>>>>>>> Andrew>     _______________________________________________<br>
>>>>>>>> Andrew>     dancer-users mailing list<br>
>>>>>>>> Andrew>     <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>>>> Andrew><br>
>>>>>>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>>>><br>
>>>>>>>> Andrew> --<br>
>>>>>>>> Andrew> Andrew Solomon<br>
>>>>>>>><br>
>>>>>>>> Andrew> Mentor@Geekuni <a href="http://geekuni.com/" rel="noreferrer" target="_blank">http://geekuni.com/</a><br>
>>>>>>>> Andrew> <a href="http://www.linkedin.com/in/asolomon" rel="noreferrer" target="_blank">http://www.linkedin.com/in/asolomon</a><br>
>>>>>>>><br>
>>>>>>>> Andrew> _______________________________________________<br>
>>>>>>>> Andrew> dancer-users mailing list<br>
>>>>>>>> Andrew> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>>>> Andrew> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>>>> _______________________________________________<br>
>>>>>>>> dancer-users mailing list<br>
>>>>>>>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>>>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>>>>><br>
>>>>>>><br>
>>>>>>><br>
>>>>>><br>
>>>>><br>
>>>>> _______________________________________________<br>
>>>>> dancer-users mailing list<br>
>>>>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>>><br>
>>>>><br>
>>>><br>
>>>><br>
>>>> --<br>
>>>><br>
>>>> *Kadir Beyazl?Computer Engineer*<br>
>>>> *GSM : +90 535 821 50 00 <%2B90%20535%20821%2050%2000>*<br>
>>>><br>
>>>> _______________________________________________<br>
>>>> dancer-users mailing list<br>
>>>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>>><br>
>>>><br>
>>><br>
>>> _______________________________________________<br>
>>> dancer-users mailing list<br>
>>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>>><br>
>>><br>
>><br>
>><br>
>> --<br>
>><br>
>> *Kadir Beyazl?Computer Engineer*<br>
>> *GSM : +90 535 821 50 00 <%2B90%20535%20821%2050%2000>*<br>
>><br>
>> _______________________________________________<br>
>> dancer-users mailing list<br>
>> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
>> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
>><br>
>><br>
><br>
> _______________________________________________<br>
> dancer-users mailing list<br>
> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20150807/67f5de74/attachment.html" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20150807/67f5de74/attachment.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
<br>
<br>
------------------------------<br>
<br>
End of dancer-users Digest, Vol 66, Issue 9<br>
*******************************************<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Tushar Dave<div><br></div></div></div>
</div></div>