Help for this page

Select Code to Download


  1. or download this
    use TEST1;
    use TEST2;
    
  2. or download this
    package TEST1;
    
    use vars qw{$VERSION @ISA @EXPORT @EXPORT_OK};
    ...
    use strict; 
    
    my $dbaccess= 'whatever';
    
  3. or download this
    $main::dbaccess->prepare('yo 5h1+3');
    
    ...
    
    
    # play around.