HTML::DragAndDrop - Copies of an Image

Home » Tutorials » HTML::DragAndDrop talk
$dd->add_dragable(

    name     => 'dragable1',
    src      => '/images/SmlWatsonia.png',
    width    => '124px', height => '180px',
    left     => '40%',   top    => '270px',
    features => 'COPY+4',

);
dragable1