Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: search and replace frustration

by ikegami (Patriarch)
on Jun 06, 2005 at 14:51 UTC ( [id://463929]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $elem (@repos) {
       my $repo_name = $elem;
    ...
    
       print("$repo_name\n");
    }
    
  2. or download this
    foreach my $elem (@repos) {
       if (lc($svnroot) eq substr(lc($elem), 0, length($svnroot))) {
    ...
          print("$elem\n");
       }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-23 17:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found