Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Connecting Javascript to Perl

by coyocanid (Sexton)
on May 24, 2013 at 18:42 UTC ( [id://1035188]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Hello;
    use base 'Yote::AppRoot';
    ...
    }
    
    1;
    
  2. or download this
    $.yote.init();
    
    var hello_app = $.yote.fetch_app( 'Hello' );
    
    alert( hello_app.hello( prompt( "What is your name?" ) ) );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://1035188]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found