Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Replace first blank line in a text file with headers.

by neilwatson (Priest)
on Mar 24, 2016 at 14:47 UTC ( [id://1158722]=note: print w/replies, xml ) Need Help??


in reply to Replace first blank line in a text file with headers.

Your if statement appears to match the beginning of a line followed by none white space (^\S). Did you mean ^\s* ? or the more accurate \A\s*\Z.

Neil Watson
watson-wilson.ca

  • Comment on Re: Replace first blank line in a text file with headers.

Log In?
Username:
Password:

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

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

    No recent polls found