Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Reading Raw data in CGI::Application

by msubbareddy (Initiate)
on Aug 22, 2012 at 00:44 UTC ( [id://988912]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub send_json_data: Runmode {
      my $self = shift;
      $self->header_add(-type=>"application/json");
      ...
    }
    
  2. or download this
    sub _send_headers {
        my $self = shift;
    ...
            $self->header_add('-type' => 'text/javascript');
        }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://988912]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-25 08:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found