In a message dated Wed, 17 Apr 2002, Dave Storrs writes:
> sub load_data ( \$filename; $version; @_ ) {
I think you can do exactly this with
sub load_data ( $filename is rw, $version, @_ ) {
Yes? Or maybe
sub load_data ( $filename is rw, $version, *@_) {
to make sure @_ gets flattened?
Trey
--
Trey Harris
Secretary and Executive
SAGE -- The System Administrators Guild (www.sage.org)
Opinions above are not necessarily those of SAGE.
