\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
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
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
else
{
print "User $user has no files in their $directory
directory.\n";
}
}
else
{
print "No $directory found.\n";
}
}
# end of directory search
}
&printsub($