Help for this page

Select Code to Download


  1. or download this
    use Win32::Clipboard;
    
    ...
        print Win32::Clipboard::GetAs($format);
        print "\n\n";
    }