Friday, 2024-04-26, 11:56 PM
Welcome Guest | RSS
Site menu
Login form
Buy Wifi Hacking Adapter
 

Best Laptop for Hacking
 










Main » 2012 » February » 3 » Windows Clipboard Content Retriever in Perl
9:56 PM
Windows Clipboard Content Retriever in Perl
Here today i will show you a small program in perl with it you can retrieve the windows clipboard content in flash. First follow the program below and read the instructions to make it happen.

You need perl language to run it so download by clicking here

use strict;
use Win32::Clipboard;
my $clip = Win32::Clipboard();
my $clipboard;
if ($clipboard = $clip->Get() ) {
print "Clipboard Contents\n”;
print "-” Χ 20,"\n”;
print $clipboard."\n”;
}
else {
print "Error retrieving clipboad contents:
”.Win32::FormatMessage(Win32::GetLastError() )."\n”;
}



Now Just Save the program in rahul.pl in C drive .

Go to command prompt and type   rahul.pl , For e.g:-  C:/rahul.pl  and press enter
. Now you will see the text you copied which is ready to paste.


Article :- Rahul Tyagi


Views: 1919 | Added by: defaultNick | Tags: perl programs, active perl download, perl basics, learn perl | Rating: 0.0/0
Wifi Hacking Adapter : Recommended by Rahul Tyagi