Help for this page

Select Code to Download


  1. or download this
    Excel::Tabbed->connect('file');
    #  or
    connect Excel::Tabbed 'file';
    
  2. or download this
    ....
    my ($self,$args) = @_;  # Should that be @args, not $args
    my $find = $self->{where};            
    $find->{name} = 'test'; # You didn't need the {} around find.