Help for this page

Select Code to Download


  1. or download this
        {
            no strict 'refs';
    ...
                *$full_name = sub () { };
            }
        }
    
  2. or download this
        use constant FOO => 7;
        print FOO + 1;
    
  3. or download this
        sub FOO {7};
        print FOO + 1'