Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Request For Comment: Web Application Plugin Manager

by andreychek (Parson)
on Oct 01, 2002 at 17:25 UTC ( [id://202057]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use OpenPlugin();
    
    ...
    $OP->session->fetch( $session_id );
    $OP->param->get_incoming( "param_name" );
    $OP->httpheader->send_outgoing();
    
  2. or download this
      # This seems long
      my $session_obj = OpenPlugin::Session->new();    
      $session_obj->fetch( $id );
    
  3. or download this
     # This is short!
     $OP->session->fetch( $id );
    
  4. or download this
      $session_obj = $OP->session;
      $session_obj->fetch();
    
  5. or download this
      $session_obj = OpenPlugin->new( 'session', $params );
      $session_obj->fetch();
    
  6. or download this
    OpenPlugin::Plugin (baseclass for all plugins)
           |
    OpenPlugin::Session (session plugin, the parent of the session driver)
           |
    OpenPlugin::Session::File (session driver)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-16 20:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found