Help for this page

Select Code to Download


  1. or download this
    print join ', ', Module::Submodule::Method( @args );
    
  2. or download this
    Device::LabJack::AISample( @args );
    
  3. or download this
    Device::LabJack::$some_var_name( @args );
    
  4. or download this
     
    sub pass_thru {
       my $self = shift;
       my $method_name = shift;
       my @args = ...assemble args for $method_name...
       return Device::Labjack::$_[0](@args)