Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

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

by dsheroh (Monsignor)
on Jun 14, 2020 at 11:04 UTC ( [id://11118044]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %the_hash = (
      day     => '-',
    ...
      Total   => '-',
      %the_hash
    );
    
  2. or download this
    $ perl -MData::Printer -E "%h = (day => 1, Total => 2); %h = (day => '
    +-', Balance => '-', payment => '-', Total => '-', %h); p %h;"
    {
    ...
        payment   "-",
        Total     2
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-29 11:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found