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

Re: CPAN::INDEX problem

by ww (Archbishop)
on Jun 11, 2013 at 22:24 UTC ( [id://1038355]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!//usr/bin/perl
    use strict;
    use warnings;
    ...
    chomp($n = <STDIN>);              #$n now holds whatever the input is 
    +at STDIN
    
    print "The value $n is", $n ? "TRUE" : "False", "\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-04-26 09:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found