Help for this page

Select Code to Download


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