Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Writing issue in excel after comparing arrays.

by chandantul (Scribe)
on Feb 11, 2021 at 20:11 UTC ( [id://11128266]=note: print w/replies, xml ) Need Help??


in reply to Re: Writing issue in excel after comparing arrays.
in thread Writing issue in excel after comparing arrays.

This issue was resolved by below code. Thanks

if ($cell[$x] ~~ @cell1) {...}</

Replies are listed 'Best First'.
Re^3: Writing issue in excel after comparing arrays.
by choroba (Cardinal) on Feb 11, 2021 at 22:16 UTC
    Note that the smartmatch operator is experimental and its behaviour might change in future versions of Perl.

    map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

      Ah, but don't worry. When it does change they'll still be completely clueless and will post more poorly worded questions with non-compiling source which can't be used to replicate their problem.

      (*OP plonk*)

      The cake is a lie.
      The cake is a lie.
      The cake is a lie.

Re^3: Writing issue in excel after comparing arrays.
by Bod (Parson) on Feb 11, 2021 at 22:37 UTC

    I might be thick...but...I fail to see how that solves any of your problems...

    Edited to correct typo...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-25 22:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found