Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Dancer & Plackup - Redirect not refreshing page data

by Anonymous Monk
on Aug 08, 2014 at 00:50 UTC ( [id://1096695]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Test::TestController;
    use Dancer ':syntax';
    ...
    true;
    
  2. or download this
    package Test::Model::Test;
    
    ...
    
    true;
    
  3. or download this
    <form action="<% form_url %>" method="post" id="f-submit-form" enctype
    +="multipart/form-data">
        <fieldset>
    ...
    
    </form>
    
  4. or download this
    
    
    ...
        </div>
    </div>
    
  5. or download this
    create table if not exists `testdb`.test_website (
      id integer primary key auto_increment,
    ...
    ) ENGINE=INNODB DEFAULT CHARSET=utf8;
    
    INSERT INTO `testdb`.test_website(name, url) values ('test1', 'mytest.
    +com');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1096695]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-26 04:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found