in reply to Re: Does Perl have garbage collection mechanism and how it performs?
in thread Does Perl have garbage collection mechanism and how it performs?
As an aside, you could try using forks instead of threads but maybe you wouldn't on windows :-)
-- #!/usr/bin/perl -np BEGIN{@ARGV=$0}s(^([^=].*)|=)()s; =Just another perl hacker\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Does Perl have garbage collection mechanism and how it performs?
by BrowserUk (Patriarch) on Jun 18, 2003 at 18:08 UTC | |
by batkins (Chaplain) on Jun 19, 2003 at 14:33 UTC | |
by BrowserUk (Patriarch) on Jun 19, 2003 at 16:58 UTC | |
|
Re: Re: Re: Does Perl have garbage collection mechanism and how it performs?
by BrowserUk (Patriarch) on Jun 21, 2003 at 07:47 UTC |