ralijani has asked for the wisdom of the Perl Monks concerning the following question:

Hi every body I want to send and receive files by bluetooth,i used Net::Bluetooth module but i do not know how to send file by this module. is there any sample perl program to send file by bluetooth? is there any module that help me to send file ?

Replies are listed 'Best First'.
Re: send file by bluetooth
by Corion (Patriarch) on Jul 31, 2008 at 08:52 UTC

    Bluetooth is only the low-level transfer protocol. You will need to look at OBEX or something like that for sending and receiving files. See OBEX.