Forum: Perl Oct 10th, 2006 |
| Replies: 2 Views: 7,653 Hi Friends,
I am writing a script to compare two files put in two arrays and I expect the those elements which are found in array2 that are not in array1. here there are 2 files Perf.txt which... |
Forum: Perl Oct 3rd, 2006 |
| Replies: 3 Views: 7,485 Thanks Kevin for your suggestion, But I did the same installation. But I am getting the error still. Please let me know. |
Forum: Perl Sep 29th, 2006 |
| Replies: 3 Views: 7,485 Hi,
I am learning perl. Here is the script from which I can get the ASCII values from the keyboard entry made by the user.
#!c:\perl\bin -w
# sascii - Show ASCII values for keypresses
use... |