[EMAIL PROTECTED]>;
"Perl-Unix-Users EE-mail"" <[EMAIL PROTECTED]>
Sent: Wednesday, April 02, 2003 5:37 PM
Subject: Re: [Perl-unix-users] memory issues
> From: "Martin Moss" <[EMAIL PROTECTED]>
> To: "Perl-Win32-Users \(E-m
From: "Martin Moss" <[EMAIL PROTECTED]>
To: "Perl-Win32-Users \(E-mail\)" <[EMAIL PROTECTED]>,
"Perl-Unix-Users \(E-mail\)" <[EMAIL PROTECTED]>
Subject:[Perl-unix-users] memory issues
Title: Secure FTP
All,
I was wondering if I could get clarification on
something.
I have a class object called $x.
What I want to do is pass this $x into objects
$y & $z, and store it internally
Thus:-
$y->{x}=$x;
$z->{x}=$x;
This Is ok, and shouldn't cause any problems.
However what