Raymond has asked for the wisdom of the Perl Monks concerning the following question:
The second question is about this small program #!//usr/bin/perl use strict; use warnings; #programa 1 print "hello, world.\n" #programa 2 print "Gimme a number: "; 0.00000 chomp($n = <STDIN>); #$n now holds "0.00000"; print "The value $n is", $n ? "TRUE" : "False", "\n";My small system ask for a package but I don't know wich, one tip pls. Best Regards Raymond
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CPAN::INDEX problem
by syphilis (Archbishop) on Jun 11, 2013 at 22:43 UTC | |
|
Re: CPAN::INDEX problem
by ww (Archbishop) on Jun 11, 2013 at 22:24 UTC | |
|
Re: CPAN::INDEX problem
by DrHyde (Prior) on Jun 12, 2013 at 10:43 UTC |