Help for this page

Select Code to Download


  1. or download this
        function ajaxPerl() {
          $.ajax({
    ...
            console.log('ERROR -> ', error);
          });
        }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
      print to_json( { myData => \@output } );
    
      $dbh->disconnect();