Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 5e453877a17930484d878829a9ccc44a > files > 25

perl-p5-Palm-1.13.0-2.mga4.noarch.rpm

#!/usr/bin/perl
# Utility to copy the contents of a PDB.
# $Id: copydb,v 1.2 1999/11/18 05:21:01 arensb Exp $
use strict;

use Palm::Raw;
use Palm::Memo;
use Palm::Address;
use Palm::Datebook;
use Palm::Mail;

my $pdb = new Palm::PDB;

$pdb->Load($ARGV[0]);

$pdb->Write("foo.pdb");