Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

mhi's scratchpad

by mhi (Friar)
on Jun 01, 2004 at 21:14 UTC ( [id://358617]=scratchpad: print w/replies, xml ) Need Help??

from http://docs.waglo.com/cygwin/using-specialnames.html :
There is no need to create a POSIX /dev directory as it is simulated within Cygwin automatically. It supports the following devices: /dev/null, /dev/zero, /dev/tty, /dev/ttyX, /dev/ptmx, /dev/comX (the serial ports), /dev/windows (the windows message queue), /dev/random and /dev/urandom. These devices cannot be seen with the command ls /dev although commands such as ls /dev/tty work fine.

pilot-xfer.exe -p /dev/com1 -f DatebookDB # gives DatebookDB.pdb

pdbdump -nohex -MPalm::Datebook DatebookDB.pdb



1st Monasterians
Perl on Palm
examples using Palm::Addressbook?
Reading PDB files
HandX weblog parser
Designing storage of uploaded files
Perl and Palm Files
Palm::Addressbook to Sylpheed addressbook converter
Headline RDFs on Palm Memo


Table of LotusNotes Calendar Doc Attributes
Table of LotusNotes Calendar Doc Attributes of repeating events


getnotes.pl
Damian Conway's ten rules for when to use OO
brian's Guide to Solving Any Perl Problem
1st Monasterians
The True Catacombs of Perlmonks

show modules installed by cpan util:

$ perl -MExtUtils::Installed -e'$m=ExtUtils::Installed->new(); for($m- +>modules( )){my$v=$m->version($_)||"-"; printf("%-10s %-50s\n",$v,$_);}'

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (9)
As of 2024-03-28 10:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found