Help for this page

Select Code to Download


  1. or download this
    perl -e" $FOO::ONE = 1;  *BAR::ONE = *FOO::ONE ; $BAR::ONE = 2; print 
    +$FOO::ONE "
    
  2. or download this
    $ perl -e" $FOO::ONE = 1;  *BAR:: = *FOO:: ; $BAR::ONE = 2; print $FOO
    +::ONE
    1