Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Parameters to make-invoked script

by betterworld (Curate)
on Jul 23, 2008 at 12:48 UTC ( [id://699595]=note: print w/replies, xml ) Need Help??


in reply to Re: Parameters to make-invoked script
in thread Parameters to make-invoked script

echo.pl $(TEXT) > $@

Note that you will have a really hard time making sure that there are no shell special characters in TEXT. Unfortunately, there is no such thing as system() with several arguments in make. I believe some make programs provide implementation-specific means for quoting strings. However, if you expect TEXT to have strange characters, you'd be better off using the environment.

Log In?
Username:
Password:

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

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

    No recent polls found