Help for this page

Select Code to Download


  1. or download this
    # main pm file
    use ajax;
    hello();
    
  2. or download this
    #ajax.pm
    sub hello
    {
       print "hello\n";
    }