Help for this page

Select Code to Download


  1. or download this
        
    use warnings;
    use strict;
    ...
       (req.responseText);
    __JS__
    print Dumper js($fetch);
    
  2. or download this
    <script>
    var req = new XMLHttpRequest();
    ...
       alert(req.responseText);
    
    </script>
    
  3. or download this
    <script type="text/perl">
    use warnings;
    ...
                   
    print Dumper js($fetch);
    </script>