Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
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 rifling through the Monastery: (4)
As of 2024-03-30 03:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found