Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: script running on linux but not windows

by toolic (Bishop)
on Dec 19, 2017 at 20:08 UTC ( [id://1205869]=note: print w/replies, xml ) Need Help??


in reply to script running on linux but not windows

Your first line of code probably needs to change. It specifies a path to a file. The file is likely going to be in a different location anyway. You'd be better off using single quotes for that line.

You should not change the slashes in the remaining 3 lines of code because they delimit regular expressions.

but does not run on windows
You should be able to start to debug where things go wrong. Then you can narrow down your problem and post other, more specific questions: Basic debugging checklist

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-03-28 22:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found