Help for this page

Select Code to Download


  1. or download this
    use strict;
    BEGIN { test; }
    
  2. or download this
    use strict;
    BEGIN { test; }
    
  3. or download this
    use strict;
    test;
    
  4. or download this
    use strict;
    BEGIN { test(); }
    
  5. or download this
    use strict;
    BEGIN { $var; }
    
  6. or download this
    use strict;
    BEGIN { ${'test'}; }