Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Substitution operator troubles

by cbro (Pilgrim)
on Jun 03, 2003 at 20:56 UTC ( [id://262784]=note: print w/replies, xml ) Need Help??


in reply to Substitution operator troubles

As far as I can tell you are only missing the global flag. That is:
$tool =~ s/<infile>/$file/;
Should be:
$tool =~ s/<infile>/$file/g;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-26 01:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found