Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Optimizing perl code performance

by Intermediate Dave (Novice)
on Aug 15, 2015 at 03:10 UTC ( [id://1138664]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
         /.*,.*,.*,.*,.*,.*,.*,.*,(*),.*/  
           my $X = $1
    
  2. or download this
        chomp( my($line)=$_ ) ;
    
  3. or download this
    my ($X, $Y, $A, $B, $C, $D);
    while(<DATAIN>)
    

Log In?
Username:
Password:

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

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

    No recent polls found