Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

use warnings and debug messages

by szabgab (Priest)
on Mar 06, 2017 at 11:48 UTC ( [id://1183752]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    use strict;
    ...
        say shift
    
    }
    
  2. or download this
    use 5.010;
    use strict;
    ...
        my $s = join ' ', map { sprintf("$_='%s'", ($d->{$_} // '')) } sor
    +t keys %$d;
        say $s;
    }
    
  3. or download this
    use 5.010;
    use strict;
    ...
        my ($fmt, @params) = @_;
        printf "$fmt\n", map { $_ // '' } @params;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1183752]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-19 03:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found