|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re: XS Library - Embedding C code in Perlby Elian (Parson) |
| on Nov 14, 2002 at 00:19 UTC ( #212730=note: print w/ replies, xml ) | Need Help?? |
|
Command line args are in the perl variable @ARGV, which is in the main package. You can go wading through the symbol tables for it, but it'd probably be easier to pass in a reference to it from your perl code, in case you want to use the routine on an alternate array or something.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||