Hi devlooks,
Its called 'Perl'.Not Pearl
Check the links below
Installation:
http://www.cgi101.com/book/connect/winxp.html
Perl basics:
http://www.unix.org.ua/orelly/perl/learn/index.htm
Rgds,
Alcazar
User Profile
Collapse
-
Hi Susi,
Check Net::Telnet
http://search.cpan.org/author/JROGER.../Net/Telnet.pm
Regards,
Alcazar...Leave a comment:
-
-
You could give it a try with the below.
...Code:#Redirect The Page @redirect='<meta http-equiv="refresh" content="0;URL=http://192.168.1.149/feedback/thankyou.html">'; print @redirect;
Leave a comment:
-
Check out the /proc directory.This directory mostly consists of these system related info.There is one file called /proc/cpuinfo which gives physical parameters CPU info ,but thats not what you are looking for.
I am trying to find the answer to your question....Leave a comment:
-
-
One Basic Question:Can a file have links accross filesystems?
We, know that within a single filesystem we can create links in the follwing way:
ln -s <file_name|file path> <Symbolic_nam e>
Eg:bestcode/array21.txt has three symbolic links arr1,arr2,arr3.
lrwxrwxrwx 1 sumit sumit 20 Jun 13 13:24 arr3 -> bestcode/array21.txt
lrwxrwxrwx 1 sumit sumit 20 Jun 13 13:24 arr2 -> bestcode/array21.txt
lrwxrwxrwx 1 sumit sumit 20 Jun 13... -
You might want to have a look at this link.It has got different versions of perl to exe converters.
http://www.indigostar. com/perl2exe.htm...Leave a comment:
-
You can even use localtime as below with some simple manipulations as below.
...Code:$yesterday_date=get_yesterday(); print "$yesterday_date"; sub get_yesterday { my ($csec,$cmin,$chr,$cmday,$cmon,$cyear,$cwday,$cyday) = localtime(time) ; $cmday-=1; if(length($cmday) == 1) { $cmday = '0' . $cmday } $cmon+=1; if(length($cmon) == 1) { $cmon = '0'Leave a comment:
-
No activity results to display
Show More
Leave a comment: