jmdowd has asked for the wisdom of the Perl Monks concerning the following question:

I would like to call a perl script from a unix script and return a string. I am at a lose on how to do this?

Replies are listed 'Best First'.
Re: Return a string to Unix Script
by davorg (Chancellor) on Sep 05, 2001 at 19:08 UTC
      Just to note the backQuote( Usually found on the ~ key ) chars in Unix shells cause the command to be executed. I just added this for extra clarity as it may be hard to see the difference on the screen.
        ( Usually found on the ~ key )

        Perhaps in America and UK, but for the rest of the keyboard-world usually somewhere else. :-)