From: "G. E." <[EMAIL PROTECTED]>
> As I' ve read in "Programming Perl", double-quoted strings are subject
> to variable interpolation of scalars and list values. Nothing else
> interpolates. So the following perl code won't compile:
>
> $st = "!--- &get_header("Users")---
On Feb 2, G. E. said:
>As I' ve read in "Programming Perl", double-quoted strings are subject to
>variable interpolation of scalars and list values. Nothing else
>interpolates.
>So the following perl code won't compile:
>
> $st = "!--- &get_header("Users")---!";
You have quotes inside of
"G. E." wrote:
>
> As I' ve read in "Programming Perl", double-quoted strings are subject to
> variable interpolation of scalars and list values. Nothing else
> interpolates.
> So the following perl code won't compile:
>
> $st = "!--- &get_header("Users")---!";
>
> sub get_heade
As I' ve read in "Programming Perl", double-quoted strings are subject to
variable interpolation of scalars and list values. Nothing else
interpolates.
So the following perl code won't compile:
$st = "!--- &get_header("Users")---!";
sub get_header{
$hnd-