5
how to invoke external progrmme and capture its outputview story

http://www.unix.com – Hi all, I am using an external binary to view memory starting from a specific address and i want to automate this via PERL however there are problems. (HowTos)

5
executing perl script from another perl script : NOT WORKINGview story

http://www.unix.com – Hi Folks, I have 2 perl scripts and I need to execute 2nd perl script from the 1st perl script in WINDOWS. In the 1st perl script that I had, I am calling the 2nd script main.pl =========== print "This is my main script\n"; `perl C:\\Users\\sripathg\\Desktop\\scripts\\hi.pl`; hi.pl ( this script I am calling from the firstperlscript.pl) ==== #!perl -w print "hii Gir (HowTos)

5
Help! Can't locate strict.pm after Cygwin updateview story

http://www.unix.com – I installed gcc4 today using setup.exe from cygwin. However, I cannot run any of my perl program after that. (HowTos)

3
Perl : blank lines are displayed in the output after deleting few rows from excelview story

http://www.unix.com – I am working on an assignment to pull all the records from excel sheet programatically and use the data for further calculations. In this process, I first defined 10 records in excel sheet and executed the below code. In the first run it is OK. (HowTos)

3
How the darn are they able to list my /home?view story

http://forums.cpanel.net – One site on my cPanel got hacked through the web. I've closed all ports except 80 and 443 on an external firewall so I'm pretty sure everything's executed through web and not ssh. The hacker(s) created a directory called "a" inside the public_html folder for the user. Inside this directory I found alot of automatically created aliases that matched other users from my /home/. (HowTos)

5
Bugzilla email_in.pl script will take 111 hours to complete - how can I change that?view story

http://unix.stackexchange.com – I have an old Bug tracking system, with about 20k bugs. (HowTos)

3
Error in script Apache.pmview story

http://forums.cpanel.net – Dear, I need help with an error in easyapache. I'm new in using cpanel and am having trouble with a file in perl easyapache. When I run the command /scripts/easyapache it returns a compile error in file Apache.pm. (HowTos)

5
Perl : not capturing all the data from excel sheetview story

http://www.unix.com – Hi folks, I am working on assignment that captures all the records(2 columns one column contains names and other contain date of birth) from excel sheet stored in a directory and checks for current date and month. If it matches current date and month then the matched records are printed as "Today is Giridhar's birthday". PSB code. #!perl -w use strict; use DateTime; us (HowTos)

6
Issue with perl -MCPAN -e 'install Module::Build';view story

http://serverfault.com – While doing the perl -MCPAN -e 'install Module::Build'; it gives the following error, How can I resolve it ? /usr/bin/perl Build --makefile_env_macros 1 Can't locate Perl/OSType.pm in @INC (@INC contains: t/lib t/bundled lib /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-mult (HowTos)

3
Where are the command-line options to perl documented?view story

http://unix.stackexchange.com – On StackExchange I came across a command that looked like this: perl -pe ... Curious what the -pe options meant, I did man perl. (HowTos)