Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Printing ten characters succeeding a matching string

by hbm (Hermit)
on Oct 27, 2011 at 20:00 UTC ( [id://934230]=note: print w/replies, xml ) Need Help??


in reply to Printing ten characters succeeding a matching string

Unrelated to your question, dots are literal on the right side of s///; no need to escape them:

#$outfile =~ s/\.txt/\.tag\.txt/gi; $outfile =~ s/\.txt/.tag.txt/gi;

Replies are listed 'Best First'.
Re^2: Printing ten characters succeeding a matching string
by bluray (Sexton) on Oct 27, 2011 at 20:22 UTC
    Thanks hbm and roboticus for the suggestions.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-24 00:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found