Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Use Strict

by dvergin (Monsignor)
on Jul 17, 2003 at 02:50 UTC ( [id://275092]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @cleanup = ('an', 'array', 'of', 'words');
    
    for (my $i = 0; $i < scalar(@c1eanup); $i++) {
       $cleanup[$i] =~ s/oldserv001/newserv001/ig;
    }
    
  2. or download this
    ...lots of code here
    if ( $something ) {
    ...
       ...more code here
    }
    ...lines and lines of more code
    

Log In?
Username:
Password:

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

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

    No recent polls found