Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Simple example of CGI (Perl) + HTML + CSS + Javascript/jQuery + Ajax

by rnewsham (Curate)
on Aug 25, 2013 at 08:31 UTC ( [id://1050853]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print $q->header( -charset=>'utf-8' );
    my $tt = Template->new;
    $tt->process('simple.tmpl', \%data);
    
  2. or download this
    <!DOCTYPE html>
    <html>
    ...
            </script>
        </body>
    </html>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (8)
As of 2024-04-23 19:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found