Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: shebang problem on openSUSE

by beech (Parson)
on Mar 24, 2018 at 06:45 UTC ( [id://1211649]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    #! -*-perl-*-
    eval 'exec perl -x -wS $0 ${1+"$@"}'
        if 0;
    
  2. or download this
    Splitting arguments
    
    A very few systems deliver only the first argument, some systems split
    + up the arguments like a shell to fill up argv[],
    most systems deliver all arguments as a single string. See the table b
    +elow. I noticed that for Linux (delivering all arguments as one strin
    +g),
    a patch to split up was suggested on the Linux kernel mailing list (de
    +ad link, try this page, archive.org), followed by a discussion of som
    +e portability issues.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-26 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found