Summary: Hello, I'm quite new to linux and am trying to figure out the best way to filter mail on a linux server the office I work at uses. I've tried learning...
Summary: Hi, I am having one strange proble in redhat linux 8.I am trying to execute my perl script.This is giving ": bad interpreter: No such file or director...
Summary: I'm just learning perl and I have a question. Can I use awk in a perl script? I tried this @s_users=`/usr/bin/last | head |awk {'print $1'}"` ; but i...
Summary: I am positive that it is in the right place and that the perl scripts point to it. The directory and its files all have perissions of 755. Any other ...
Summary: I have installed Linux prtimarily to work with developing my Perl scripting abilites but after testing one of my scripts as I would on a Telnet shell ...
Summary: I'm looking for a perl script that will let me add or delete users from the system via a web interface and not using the command line. Any suggestions...
Summary: Question to all PERL geeks, My requirement is : I want a perl script which will execute another program (e.g ls) and will read the STDOUT and STDERR i...
Summary: I would like to create a script in perl that can run a cmd off a text file line by line. Here is the cmd that i need run: ./removespikes.pl (rrd file...
Summary: I am running Mandrake 9.0 with Apache installed/configured as Mandrake 9.0 installed it (I didn't change anything). It appears that httpd-perl is run...
Summary: Hi, I'm a bit of a linux newbie and have just setup a RH9 machine for the purpose of hosting a website and message board. Anyway, I have apache runnin...
Summary: I am trying to run a perl script on an account (which is on a Debian server, and has apatche and perl installed). But the problem is that: I got: "met...
Summary: Unix does not look at the name to determine if a program or script can be executed. The command: chmod ugo+x /usr/local/bin/smbtar.sh would give execu...
Summary: I was wondering if anyone could help me with a question. My machine is a Dual P-Pro200 running Mandrake 8.1. I am trying to set up a web server and...
Summary: Hi, I am running Cisco Netflow at linux box, Every 15 mints some NFC application is creating files at cisco folder. i.e file is like this "/opt/CSC...
Summary: im having trouble getting perl scripts working on my apache web server. I looked at the srm.conf file and changed the perl part, but then it said i ne...
Summary: Ben, The value that gets passed to useradd for the password should already be encrypted. If your text file is in plain text, the password needs to be ...
Summary: You certainly can. Just make sure the shebang points to the right place and that you have perl installed on your system (which you probably do). To...
Summary: I am not up on my bash scripting (Dave Perry...are you out there?), or exactly what you are trying to achieve, but here is a simple perl script whi...
Summary: I have RedHat9. I spent 9 hours today trying to get openwebmail to run properly. I followed their tutorial EXACTLY and I ran into problems. I am by...
Summary: Can be quite easily done in perl (my preferred scripting language when it comes to text files) and very possibly in bash too. The perl script would pr...
Summary: In a perl script, a document is loaded in a variable. How can i md5sum the content of the variable? Is there a function like: $varsum=md5sum($myvar); ...