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

Re: Unable to compare 2 arrays from 2 separate columns of separate sheets.

by GrandFather (Saint)
on Feb 09, 2021 at 04:03 UTC ( [id://11128123]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       for my $col ($col_min = 0) {
           if ($appssheet eq $appsshhetname) {
    ...
               ...
           }
       }
    
  2. or download this
       for my $col ($col_min = 0) {
          next if $appssheet ne $appsshhetname;
    ...
          my $cell = $worksheet1->get_cell($row, 0);
          ...
       }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11128123]
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-25 06:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found