Is it possible to use javascript to call a perl script on a local machine? I want to create a search engine for my locally stored files, which include wget...
Hi Fred, Please, check my comments and possible solution within your mail. ... The programming language is Perl not PERL. ... open (NEW, '>niceviewscript.pl39;)...
Hi all, Due to all the slashes and brackets and parentheses involved, it's a bit of a hassle to Google this to get answers. Can someone please tell me what...
This is a website I designed a few years ago. The CONTACT and EMAIL SUBSCRIBE forms used to work, and they are broken. When I click on the Submit button, I get...
Hey, Just in case, as "beginners", you'all might not be getting all the Perl buzz; YAPC::NA http://www.yapcna.org/ will be in Madison this June. Having been...
Hi All Been looking at the stat function lately and have written a small bit of code in perl, but having difficulty getting it to work when using a while or...
Hi, First of all I want say Hello because I'm newbie in perl and new on this list. I can't solve one problem. I wish you will help me. I have perl script that...
Hello, I want to first thank you in advance for being gentle, I am WAY over my head. I need to write a Regular Expression that will cause "Account #", Account...
<p>Hello Friend.<br>nobody was much help to me this made it possible for me to afford designer items now people have a new found respect for me this is just...
Does anyone actually use Net::SSH::Perl module in scripting? I am trying to write a script using this module to access multiple hosts, execute multiple...
Hi all Not sure if this the right place to ask this question, but can I use perl or perl TK to plot on a web page? If so, can some refer me to resources that...
In the sprintf documentation under topic "Order of Topics", I tried the first two statements (both in the code below). The second did not produce the results...
Regular expression question... I'd like to extract text from a line, from between the symbols "[" and "]". I could do multiple splits on the line, but is the a...
Hi everybody, I just wrote a little script for practising perl.It's a perl rewrite of the tac tool. It does what it should do, but it just doesn't end ;) I can...
Hi, I'm trying to use perl on solaris to copy a file which may have spaces in it. I can't even get it to work without spaces. On the command line, this works:...
Hi, I'd like to ftp the newest file in a directory from a unix box to our windows network. To do this, I plan to use the following to find the newest file: ...
Hi, I'm a beginner in Perl. I'm self studying and I am trying out a simple program. Basically, I want to do a program which will automate nslookup and ping,...
At the moment, I am trying to get a handle in writing associative HASH array. I think I got that part of my script correct, however I have added a part in my...
Does anyone know how I can create a pl script that will look at the html on a web page, specifically the <title>New Page1</title> portion of a web page? I need...
Hi , I'm starting Perl , just a fully fresh beginner ; And I use Perl command line in windows ; when I typed the command :¡¡perl -e 'print "Hello,world\n"39; ...
Hi, I am a beginner in perl and I have a query regarding pattern matching. I came across a line in perl where it was written $variable =~ s-/\Z--; and as the...
Hi, I want a simple perl script which takes my file results.txt and uploads it in the site http://my_company_project_site/results.txt How can i do it? thanks...
Hi all, I am supposed to write a perl code that uses SFTP to transfer one file from my server to another server. The arguments are supposed to be read from a...
Hi, I am trying to move array elements (populated from the <STDIN>) into a hash as pairs [i] and [i + 1] and then print them out using the code below. If I...
Hi, I'm trying to use the Padre IDE for perl. From what I have read I guess it is not really a bonified IDE. However, I have read that one can at least use it...
I've boiled a problem in a script I'm writing down to the following code: #!/usr/bin/perl my @array = {"string a - ", "string b - "}; @array .= my_sub(); print...
Hi I'm trying to search and replace text in one file and save it to a new file. I tried the code below but it seems that I am just simply copying the INFILE...
Hi there, okay I have a Parallel::ForkManager question. I am just starting off using it. I am getting errors and not sure completely how to mitigate them. I...