Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: How to set hash values to '-' .

by tybalt89 (Monsignor)
on Jun 14, 2020 at 21:42 UTC ( [id://11118063]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      }
    
    use Data::Dump 'dd'; dd \%hash;
    
  2. or download this
    {
      1 => { Balance => 183.57, day => 1, payment => 0, Total => 0 },
    ...
      3 => { Balance => "-", day => 3, payment => "-", Total => "-" },
      4 => { Balance => 12.86, day => 4, payment => 0, Total => 0 },
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-03-28 14:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found