Help for this page

Select Code to Download


  1. or download this
    use strict;
    use vars qw(%line $time);
    use mod1 qw(%line);
    use mod2 qw(%line $time);
    
  2. or download this
    use strict;
    use Exporter();
    use vars qw(%line);
    
  3. or download this
    use strict;
    use Exporter();
    use vars qw(%line $time);