Brandon,
You got it. That did it. Thanks to everyone for the quick response. What I
did was this.
In my shell script I changed the line which sets up the variable to this


school= "\"Cardinal O\'Hara\""


And then when I called the perl script I did this (as Brandon suggested)

perl weekdays.pl "$school"

That did it so now I get
Cardinal O'Hara in the output.


Thanks again.


On Fri, Dec 20, 2013 at 11:45 AM, Brandon Allbery <allber...@gmail.com>wrote:

> On Fri, Dec 20, 2013 at 11:35 AM, john boris <jbori...@gmail.com> wrote:
>
>> The perl script is called like this from another shell script that does
>> some worlk
>>
>> perl weekdays.pl $school
>>
>
> Change this to
>
>     perl weekdays.pl "$school"
>
> --
> brandon s allbery kf8nh                               sine nomine
> associates
> allber...@gmail.com
> ballb...@sinenomine.net
> unix, openafs, kerberos, infrastructure, xmonad
> http://sinenomine.net
>



-- 
John J. Boris, Sr.
Online Services
www.onlinesvc.com
_______________________________________________
Tech mailing list
Tech@lists.lopsa.org
https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech
This list provided by the League of Professional System Administrators
 http://lopsa.org/

Reply via email to