Split on " or '

2009-03-03 Thread Karyn Stump
\034\039]/,$_); Is it possible the missed " is a unicode char or something like that ? TIA, -- Karyn Stump Network Services Manager California Institute of the Arts ka...@calarts.edu http://noc.calarts.edu -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional comman

Re: local and my in subroutines

2009-02-23 Thread Karyn Stump
At 05:09 PM 2/23/09 -0800, Jim Gibson wrote: >On 2/23/09 Mon Feb 23, 2009 4:30 PM, "Karyn Stump" >scribbled: > >> I am trying to learn subroutines. I have seen refernces to using my and >> local for passing variables so I am playing with them to try to understa

Re: local and my in subroutines

2009-02-23 Thread Karyn Stump
At 04:30 PM 2/23/09 -0800, Karyn Stump wrote: >I am trying to learn subroutines. I have seen refernces to using my and >local for passing variables so I am playing with them to try to understand >better how this all works. > >I have a subroutine in the script below, printsub that

local and my in subroutines

2009-02-23 Thread Karyn Stump
else { print "User $user has no files in their $directory directory.\n"; } } else { print "No $directory found.\n"; } } # end of directory search } &printsub($