-start-
> Viola Mauro <[EMAIL PROTECTED]>
>at07/13/2001 10:51 AM
>Hi!
>I have another "little problem": some my scripts on perl 5.005_03 (redhat
>6.0) work fine but not on perl 5.6.0 (redhat 7.0).
>I have discovered the problem but not the solution.
>I try to execute this little script of
Are you trying to run it with the line $a="..."; commented out or not
commented out?
All seems to work fine on my 5.006001 either way.
Troy
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On
> Behalf Of Viola Mauro
> Sent: Friday, July 13, 2001 9:51 AM
>
Hi!
I have another "little problem": some my scripts on perl 5.005_03 (redhat
6.0) work fine but not on perl 5.6.0 (redhat 7.0).
I have discovered the problem but not the solution.
I try to execute this little script of example on perl 5.005 and on perl 5.6.0
#!/usr/bin/perl
my %b=();
my $a=\%b;