Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^12: Help with Lorcon XS library

by Bpl (Scribe)
on Jul 22, 2020 at 03:56 UTC ( [id://11119626]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                                         
    
    use strict;
    ...
    
    $lorcon->setInjectMode;
    
  2. or download this
      our @AS = qw(
       driver
    ...
       my $self = shift;
       my $r = lorcon_open_inject($self->_context);#->_context);
    
  3. or download this
      our @AS = qw(
       driver
    ...
       _drv
       _context
    );
    
  4. or download this
     lorcon_open_inject( $lorcon ); # where $lorcon = lorcon_create($if, $driver) causes a crash

Log In?
Username:
Password:

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

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

    No recent polls found