- or download this
package Vinoth;
...
}
1;
- or download this
use strict;
use warnings;
...
use Vinoth;
&Vinoth::printSimbleTable( 'Vinoth' );
- or download this
local *low_flyer = *BushWhack::variable; # compile time
local *low_flyer = *BushWhack::{"variable"}; # run time
- or download this
foreach $symbol_name (sort keys %BushWhack::) {
local *local_sym = $BushWhack::{$symbol_name};
...
if(%sym);
}