Help for this page

Select Code to Download


  1. or download this
    use lib 'F:/scripts/perl/';
    use junk;
    ...
    our $variable1;
    
    print("\$variable1 = $variable1\n");
    
  2. or download this
    use strict;
    package Foo;
    ...
    print $bar;
    __END__
    guggug!