Hello I am trying to generate a list of servers with just their netbios names. I am dumping the server names into a file from a log file but some of them are...
Thanx. You know something - it works ;) G. ... If you have related fields, give them the same name: Enter your three favorite ice cream flavors: <input...
the error is when i try & do :- my $field{1} = param 'field{1}'; my $field{2} = param 'field{2}'; my $field{3} = param 'field{3}'; my $field{4} = param...
Hi - Is it possible to send a %hash / @array via a FORM ? Basically, I want to send a Form values - But im not sure how many i want to send / retrieve. ...
Hi Gang, I am extracting info from a mysql db and would like to display the info side by side in a table. Lets say I select 20 rows and I want to display them...
In the military, the acronym FUBAR means F*cked Up Beyond Any Repair, and the internet was first a military concept. Being of a military background, I can ...
Hello. I have a web page that make something like this: -- page.htm -- <!--#if expr="$QUERY_STRING" --> <!--#include virtual="perlscript.pl" --> <!--#else --> ...
Hi everybody, i am new to perl,My problem is that i have to parse a file name my code is: use File::Basename; fileparse_set_fstype(MSWin32); $path =...
Hi, I've installed an apache server on my Linux machine. I want to execute perl scripts on my server, I've installef all appropriate module. My problem is that...
... From what ive experoienced (using WIN 98 & Activeperl).. you need to retrieve/set any & all cookies before you print any headers.. (content-type) lines... ...
Hi,
As I am very new to programming languages including perl, I therefore would
like to test the perl scripts on my windows98, without having to connect
into...
Hello super-programmers:-) I have a problem that stops me completly in trying to develop my application. In the header of the program, I use require "filename"...
Hi Can we trap keyboard or mouse action in perl ? Can anybody tell me the function or utility available in perl. Thanking You in advance. Abhra Debroy ...
Hey Guys, I figured this out, needed a different syntax, in the popup menu part... don't know why? Richard %state_labels = ('' => '', '--' => 'NA - Not...
Hi there, Im developing a form, using CGI/Perl to create the form. & when you submit it - the results / input - Are re-directed into the same cgi script. which...
Well, at the risk of being flamed and so that the group can see the window.setTimeout() and window.submit() methods in javascript. Here's a quick script I...
What is the meaning of chmod and where should i do it? Should i rename my directory to 777 or what? or should i write in the first line of of the cgi file ...
Hello group, It's getting late here... I am working on script to create a drop down box in CGI.pm. It uses a hash to set the labels for each of the items in...
Hiya, I'm not a Windows guy at all, but I am working with a Win2k problem here. I basically need perl to be able to find out if a specific program is currently...
Oh My god... I am as excited as a pig in sh!T It works, In 4 months of having it work in NT, I have never seen it put down a cookie.. It just did it them... ...
Upon looking at the cookie faq, I see the following (and ignore my last post, please). normally you write an http header like so: Content-type: text/html\n\n ...
... You don't change any print type, you just print an HTTP header (it's just a text to print, which has special meaning to the WWW browser, not to Perl). I...
Hi Pl. look into this only if u have time as i just want to improve the code. i am converting a unix script to perl and i need to change grep -ix to perl. If i...
Hi,
I wish to open a file and if the file does not exists, to create it. What
must I do to the undermentioned?
open(COUNT,"$four_d_counter") || die...
Hi,
The following will choose a random number between 0 to 9, what must I do if
I want it to choose between 1 to 9?
$row1 = int (rand 10);
Thank You ...