On Jan 21, 2004, at 6:46 PM, Luinrandir Hernsen wrote:
I thanks you very much for reply and all 3 ways do work.
unfortunately I did not state the situation completely.
$Building is to = the variable $EW0NS0 thru $EW10NS10
This is so I can set certain variables like
my $EW5NS5="TEST.gif";
to show a
On Jan 21, 2004, at 2:26 PM, Luinrandir Hernsen wrote:
#!/usr/local/bin/perl
use strict;
use warnings;
my ($Building, $row, $col);
{ dan's gonna kill me for that one... 8-) }
print qq|Content-type: text/html\n\n|;
my $EW5NS5="TEST.gif"; ##this is the string I need to build.
print qq|\n|;
for ($
Hallo and thank in advance.
what am I doing wrong? I'm new to Perl.
my Building string is not being built.
is it that I need to declare the joined strings a string?How?
Lou
#!/usr/local/bin/perl
print qq|Content-type: text/html\n\n|;
my $EW5NS5="TEST.gif"; ##this is the string I need to build.