In perl, How would I read a file (test.txt) line by line and then reverse word by word?
how to get perl file soucre file name in perl program?
e.g. if my source file name is perl1.pl,I want my code to fetch this name with full path in some variable
THIS IS NOT FOR CGI PROGRAMMING SO DONT TELL ME TO USE ENVIRONMENT VARIABLES
THANKS
I am trying to understand how Perl gets info from an Excel file and passes it to Flash?
I am looking at an old site, and I cannot figure how it uses Perl to grab information from Excel Spreadsheets, and then puts all that information into Flash. I was given this old site to update but I have no idea where to start.
how can i send a file by PERL program?
sample PERL program to send a file from my computer to another another computer ?
I cannot run hello1.plx Perl file?
I’m trying to learn Perl using this online book:
http://docs.google.com/viewer?url=http://blob.perl.org/books/beginning-perl/3145_Chap01.pdf
I am in Chapter 1 and I wrote my first program:
#!/usr/bin/perl -w
print "Hello, world.\n";
When I try to run the program in the command prompt, a window pops up that asks to choose a program to open the file. Also, the file’s icon does not change into a yellow Perl, like in the book. I am pretty sure I have (ActiveState) Perl installed correctly. Thanks for any help!
Also, I tried uninstalling, then reinstalling (ActiveState) Perl.
Sorry, I figured it out a little while ago. I forgot to type perl infront of hello1.plx (DUH!). I should have remembered this after taking a class in java (replace perl with javax)












