Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Infinite regex loop...

by tj_thompson (Monk)
on Jun 29, 2011 at 22:01 UTC ( [id://912047]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        if ($SIRtrue && !($_ =~ /SPECint_base/)){
        $SIR{$_}=$_;
        }
        if ($SFRtrue && !($_ =~ /SPECfp_base/)){
        $SFR{$_}=$_;
        }
    
  2. or download this
    use strict;
    use warnings;
    
    ...
    
    print Dumper(\%SIR);
    print Dumper(\%SFR);
    
  3. or download this
    $VAR1 = {
              'SPECint_base' => [
                                  '1',
    ...
                                 '6'
                               ]
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-03-19 07:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found