Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    use strict;
    use lib '/home/4220/straitwa/www.straitway.net/shop_34/lib';
    ...
    }
    
    Shop::db_connect;
    
  2. or download this
    package Shop;
    
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    {
        db_database => 'straitway_1',
    }
    
  4. or download this
    Global symbol "$conf" requires explicit package name at /home/4220/str
    +aitwa/www.straitway.net/shop_34/lib/Shop.pm line 13.
    Compilation failed in require at ./test.pl line 4.
    BEGIN failed--compilation aborted at ./test.pl line 4.