Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    $foo->x("from program");
    print "(app) Memory: $foo, X: ".$foo->x()."\n";
    $bar->show();
    
  2. or download this
    package Foo;
    
    ...
    
    1;
    
  3. or download this
    package Bar;
    
    ...
    }
    
    1;