Help for this page

Select Code to Download


  1. or download this
    for my $sql qw(sakila-schema.sql sakila-data.sql) {
        my $file     = "sakila-db/$sql";
    ...
    
        print $fh $contents;
    }
    
  2. or download this
    List form of pipe open not implemented at (eval 19) line 109
            main::__ANON__('GLOB(0x2f641ec)', '|-', 'mysql',
        '--user=root', '--password=passw0rd', '--host=localhost',
        '--port=3306') called at etc/install_sakila.pl line 56
    
  3. or download this
    DELIMITER $$
    
    ...
    END $$
    
    DELIMITER ;