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

Re^3: Looking for pointers or optimizations.

by hbm (Hermit)
on Aug 21, 2012 at 15:59 UTC ( [id://988785]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in substitution (s///) at (eval 2) line 21
    
  2. or download this
       $hash{$var1}{'string'} = $var2;
    
  3. or download this
       { no warnings 'uninitialized'; 
         # and later:  no warnings;
         $hash{$var1}{'string'} = $var2;
       }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-19 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found