Home : General : Perl Programming :

General: Perl Programming: Re: [chmod] Using a package: Edit Log

Here is the list of edits for this post
Re: [chmod] Using a package
Try what I suggested.

If you have more than one array just add them all into the module and update the use vars and @EXPORT_OK lines then you can easily access them with:

use MySelect qw/@array1 @array2/;

Last edited by:

Paul: May 7, 2002, 3:06 AM

Edit Log: