Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: check for latest file, remove and touch file?

by u65 (Chaplain)
on Jan 13, 2016 at 15:30 UTC ( [id://1152694]=note: print w/replies, xml ) Need Help??


in reply to check for latest file, remove and touch file?

As an aside to the other comments, this line in your example code (the "shebang" line):

#/bin/perl/

should read:

#!/bin/perl

Note the exclamation mark after the hash mark, and the forward-slash mark is removed. That assumes your perl executable (or a link to it) is actually '/bin/perl'.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1152694]
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-29 12:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found