Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
Just another Perl shrine
 
PerlMonks  

Re: regular expressions and substituting in variables.

by Adam (Vicar)
on Jan 22, 2001 at 21:18 UTC ( [id://53595]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to regular expressions and substituting in variables.

The way to quickly go through and replace NUM with a constant is:
@s_dn = map { s/NUM/1/; $_ } @s_dn;
But it sounds like you have some rule for wanting to determine what to replace NUM with.
for( @s_dn ) { my $num = 1; # calculate the local num, somehow. s/NUM/$num/g; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://53595]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.