Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: perl callable from bash?

by targetsmart (Curate)
on Apr 13, 2009 at 13:45 UTC ( [id://757209]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ./check.sh: line 3: firstscript: command not found
    ./check.sh: line 4: secondscript: command not found
    
  2. or download this
           -e file
                  True if file exists.
    ...
           -G file
                  True if file exists and is owned by the effective group 
    +id.
    
  3. or download this
           -x file
                  True if file exists and is executable.
    
  4. or download this
    #!/bin/bash
    echo -e "received arguments >$*<"
    ...
    else
        echo -e "$filename is not readable or doesn't exist";
    fi
    

Log In?
Username:
Password:

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

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

    No recent polls found