in reply to Using exported symbols
This is because lexical variables don't live in symbol tables (they live in a private 'lexical pad'), which is what Exporter works with.use vars '@ary'; @ary = ( rec_length => 'A4', fname => 'A20', lname => 'A20', );
_________
broquaint
|
|---|