hide password
Hi all,
I also want to hide password.i tried below solution in winxp but i got the error "'stty' is not recognized as an internal or external command,operabl e program or batch file.".
how could i avoid this error?
Thanks.
User Profile
Collapse
-
find the identical files from directories.
Hi all,
I have to find common files(file name is always changed) from different directories.for eng.
i have two directories first is c:\dir contains more than one file and second is d:\ddir contains more than one file
i want output as below.
1)c:\dir\subdir \filename.txt
2)d:\ddir\subdi r\filename.txt
Please let me know how can i achieve this. -
ketanm replied to Sync remote directory with local and update local directory if there is any changed.in Perlhi
hi,
i solved this.
below is the code to do this all above step.
...Code:use Win32::IEAutomation; # Creating new instance of Internet Explorer my $ie = Win32::IEAutomation->new( visible => 1, maximize => 1); # Site navigation $ie->gotoURL('http://hg.sagemath.org'); print "enter tag: "Leave a comment:
-
hi
Hi ,
i tried with below code and it works but i am not getting individual table's content.
code.........
...Code:use LWP; use Win32::IEAutomation; use Win32::IEAutomation::Table; #use Win32::IEAutomation::Element; use Win32::IEAutomation::WinClicker; use HTML::TokeParser; use HTML::TableExtract; useLeave a comment:
-
how to get table name using Win32::IEAutomation
Hi all,
I have to get all table and it's row and column entry.
let say this is the url http://hg.sagemath.org and it has
four table name,Descriptio n,Contact,Last change and each table has some content.i have to get all name's content.
how i can do this.i am using http://search.cpan.org/~prashant/Win...EAutomation.pm
i tried below code but i got Can't call method "rows" on an undefined... -
ketanm replied to Sync remote directory with local and update local directory if there is any changed.in PerlHi
hi ron,
thanks for your reply.this is the site http://hg.sagemath.org which has mercurial repository.i have to collect all name tags first and when you click one of the name tags respective link gets open which has all files or directory which i need to copy to local directory if there is any changed.
my setp will be as below.
1.login to the merecurial site.
2.get the name tags.
3.get link with...Leave a comment:
-
ketanm replied to Sync remote directory with local and update local directory if there is any changed.in Perlhi
Hi ron,
thanks for your reply.i am also trying form this http://search.cpan.org/~prashant/Win...EAutomation.pm.
Thanks,
ketanLeave a comment:
-
ketanm started a topic Sync remote directory with local and update local directory if there is any changed.in PerlSync remote directory with local and update local directory if there is any changed.
Hi,
I have to Sync remote directory with local directory and changed according to update which i got in remote directory using tcp only.please tell me how can i do this in perl.i m totally new to this.
Thanks,
ketan
No activity results to display
Show More
Leave a comment: