Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: preserve quotes after $0 + @ARGV interpolation

by richard.sharpe (Sexton)
on Dec 13, 2019 at 12:35 UTC ( [id://11110067]=note: print w/replies, xml ) Need Help??


in reply to Re: preserve quotes after $0 interpolation
in thread preserve quotes after $0 + @ARGV interpolation

I'm sorry, my original question was not complete (fixed), of course there should be also @ARGV in question and actually I was doing that this way:

my $tool_name = basename($0); my $tool_invocation = $tool_name." ".join(" ",@ARGV);

The reason, why I am interested in such thing, is, that I am generating some configurations, with comments containing also how was it generated, to be able reproduce that generation just from comment inside it, just by copy & paste whole command from comment to shell. Restriction to particular shell type, e.g. bash, is no problem for me in my use case, therefore the idea with shell history fits my needs maybe the best.

Thank you for tips!

Log In?
Username:
Password:

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

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

    No recent polls found