jkoval has asked for the wisdom of the Perl Monks concerning the following question:
Hi - I'm wondering if there's a perl functional equivalent of this specific C implementation of memset? In this case, STN_NAME_LEN is equal to "5". Thank you.
memset(stn_names[recordCount], 0, STN_NAME_LEN);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl memset equivalent?
by moritz (Cardinal) on Jun 26, 2012 at 18:37 UTC | |
|
Re: Perl memset equivalent?
by BrowserUk (Patriarch) on Jun 26, 2012 at 18:37 UTC | |
|
Re: Perl memset equivalent?
by sauoq (Abbot) on Jun 26, 2012 at 18:43 UTC | |
|
Re: Perl memset equivalent?
by Anonymous Monk on Jun 27, 2012 at 00:18 UTC |