Help for this page

Select Code to Download


  1. or download this
    use utf8;
    use Win32;
    $dir="Małretuzz";
    print our $short_path_dir = Win32::GetShortPathName( "$dir" );
    
  2. or download this
    use utf8;
    use Win32;
    ...
    my $dbh = DBI->connect("dbi:SQLite:$path_and_database","","", {});
    $dbh->do( "CREATE TABLE table( ID INTEGER PRIMARY KEY, POS, simple)" )
    +;
    $dbh->disconnect;