Reggy,
The first line is "#!/usr/local/bin/perl". You can add -w = warning or
-T = taint (#!/usr/local/bin/perl -w)
Then you can add 'use strict'.
Jerry
reggy patagan wrote:
> Good day:
>
>What are the basic comands in creating a perl
> programs, do i have to do it in a text editor o
Hi!,
I know this is simple, but what am I doing wrong?
$_ = "Who is missing the boat";
$j = "Jerry";
$w = "Who";
$_ = s/$w/$j/;
Thanks,
Jerry
Hi!
I have two groups of three buttons each and I want to but the on the same
screen, but they inter react with each other. How do you keep them apart?
Thanks,
Jerry
utton in another group is un clicked.
How do you keep that from doing this?
Thanks,
Jerry
-Original Message-
From: [EMAIL PROTECTED] [mailto:Linux@;onion.perl.org]On Behalf Of
zentara
Sent: Friday, November 08, 2002 6:14 AM
To: [EMAIL PROTECTED]
Subject: Re: buttons groups
On Thu, 7
Hi!,
I have the following code:
print $query->radio_group( -name=> 'repair_type',
-values => [ 'Service Contract',
'Other' ],
-default => 'Service Contract',
-rows=> 1,
Hi,
I want to continuously refresh or update a screen with out it adding onto it's self.
Any ideas?
Thanks for your help!
Jerry
Hi!
I guess I am missing the boat. I have read CGI::Cookie and played with the code, but
I would think that I should be able to read the netscape cookies
file in by NT system. My script is running on a unix server. Is this possible. I
have tried to set a cookie and the read it, no luck.
Bradley,
When I use:
print "$_ - " . $cookie{$_}->value . "";
I get "Can't call method "value" on an undefined value"!
Any ideas?
Thanks,
Jerry
"Bradley M. Handy" wrote:
>
> > -Original Message-
> > From: Je
Hi,
This works:
foreach $id ( keys %{ $actual_slots{ $wafer_id } } ) {
#print "* id * $actual_slots{ $wafer_id }{ $id }* j *$j*";
if( !$table_file{ $Lot_Number }{ $j } ) {
$sw_array[ $j ] = $j;
$s = "$lot_number_header$Lot_Number-$sw_array[ $j ]";
my $check
Hi,
I setup a var to hold data:
$name = $query->param('name');
I get a user input in a textfield.
print $query->popup_menu( -name=>'name',
-values => $T_NAME{ "\L$fab" },
-default => ''
);
I want to re
Hi,
I am not sure this falls under cgi, but I want to be able to wave text blink and
different backgorund colors.
print "TEST"TEST"";
One problem I have is that ALL the text blinks after the
I no idea on how to do text background color.
Thanks for your help,
Jerry
--
To unsubscribe,
11 matches
Mail list logo