Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: The error says the value is uninitialized, but it works anyway

by AnomalousMonk (Archbishop)
on Aug 18, 2019 at 08:21 UTC ( [id://11104643]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dumper -le
    "my $x = '1.23' + qq{0.34 \t\n\r} + '5.6e3' + '100';
    ...
    $VAR1 = '5800.17';
    
    $VAR1 = '5800.17';
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dumper -le
    "my $x = <STDIN>;
    ...
    ';
    
    $VAR1 = '59.04';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-25 06:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found