comparison buy.pl @ 79:343dc947f999 laserkard

read JavaSctipt: the good parts
author Robert McIntyre <rlm@mit.edu>
date Sun, 25 Jul 2010 01:33:22 -0400
parents 95fa4bcc5d67
children
comparison
equal deleted inserted replaced
78:4ebd94bfecda 79:343dc947f999
26 my $pjx = CGI::Ajax->new(%hash); 26 my $pjx = CGI::Ajax->new(%hash);
27 27
28 28
29 # this outputs the html for the page 29 # this outputs the html for the page
30 print $pjx->build_html($q,\&Laserkard::genBuy,{-Cache_Control => 'no-store, no-cache, must-revalidate', -Pragma => 'no-cache'}); 30 print $pjx->build_html($q,\&Laserkard::genBuy,{-Cache_Control => 'no-store, no-cache, must-revalidate', -Pragma => 'no-cache'});
31
32
33 # it's a refrence to a function, not a function itself.