Help for this page

Select Code to Download


  1. or download this
    use strict;
    # strict is on.
    ...
       # strict is off
    }
    # strict is on.
    
  2. or download this
    package Foo;
    # Currently in package Foo.
    ...
       # Currently in package Bar.
    }
    # Currently in package Foo.