Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Adding empty value in an Array!

by BillKSmith (Monsignor)
on Mar 11, 2021 at 16:41 UTC ( [id://11129462]=note: print w/replies, xml ) Need Help??


in reply to Adding empty value in an Array!

Although the style is poor, your code can be fixed with minor changes. If by 'empty values' you mean 'empty strings', remove the line next.... If you mean 'undefined', you must also change
#if ( $cellO eq "" ) { if (!defined $cellO) {
Bill

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-19 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found