I tried to add a link to an old post I googled up of similar vein from 2004
about calling bash scripts from a double click, but your response didn't
reflect it, so I'm sending again. Didn't want to be just a jerk. Good luck.
(BTW cygwin is _the_ piece of software that makes windoze tolerably usable
Thank you. I will join the cygwin ML and ask there.
On 3/8/2014 9:23 PM, Matt McAdory wrote:
This isn't a perl programming issue, but a cygwin/windoze environmental
execution issue. Please use the appropriate list to seek further
assistance. http://cygwin.com/lists.html
--
To unsubscribe, e-ma
On 03/09/2014 07:58 AM, Alex Chiang wrote:
Hi Shlomi,
Thanks for reminding this beginner's trap.
it isn't a trap. see my other post about it.
uri
--
Uri Guttman - The Perl Hunter
The Best Perl Jobs, The Best Perl Hackers
http://PerlHunter.com
--
To unsubscribe, e-mail: beginners-unsubscr
On 03/09/2014 05:00 AM, Shlomi Fish wrote:
Hi Alex,
On Sun, 9 Mar 2014 16:40:54 +1100
Alex Chiang wrote:
Hi all,
I'm a perl beginner, and when I tries to practice delete built-in, I find
it's not working as I supposed to.
44 my %employ_list = ("e10220" => "Du", "e10250" => "Vic");
45
On Sun, Mar 09, 2014 at 04:40:54PM +1100, Alex Chiang wrote:
> Hi all,
>
> I'm a perl beginner, and when I tries to practice delete built-in, I
> find it's not working as I supposed to.
>
> 44 my %employ_list = ("e10220" => "Du", "e10250" => "Vic");
> 45 # iterate thru with each
> 46
Hi Shlomi,
Thanks for reminding this beginner's trap.
---
Regards !
Alex Chiang
Hi Alex,
On Sun, 9 Mar 2014 16:40:54 +1100
Alex Chiang wrote:
> Hi all,
>
> I'm a perl beginner, and when I tries to practice delete built-in, I find
> it's not working as I supposed to.
>
> 44 my %employ_list = ("e10220" => "Du", "e10250" => "Vic");
> 45 # iterate thru with each
> 4