Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Move a file to another directory based on regex match

by parv (Parson)
on Feb 26, 2021 at 01:53 UTC ( [id://11128815]=note: print w/replies, xml ) Need Help??


in reply to Re: Move a file to another directory based on regex match
in thread Move a file to another directory based on regex match

I don't know what \+ means?

That renders the regex metacharacter + to a literal "+" character to be matched in the string, as in ...

# https://www.youtube.com/watch?v=iqu132vTl5Y perl -e 'q[x+v] =~ m{\+} and print q[I saw the sign]'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-24 02:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found