Re: simple area code changing script

2001-02-23 Thread Philip Newton
Ron Grabowski wrote: I think this works too: use strict; use constant T = 'TelephoneNumber'; use constant F = 'FaxNumber'; use Data::Dumper; my @customers = ( { T,'555-555-',F,'555-555-'}, { T,'912-289-',F,'912-259-'}, {

Destructors

2001-02-23 Thread Lee Goddard
Could someone please clarify the perldocs for me? Will this: undef $object_ref; free up all memory used by my (overly-large) $object_ref? Thanks in anticipation, Lee Lee Goddard mailto:[EMAIL PROTECTED] Perl / XML / XSLT / Java / JavaScript / HTML / etc

Re: Installing Perl...

2001-02-23 Thread Lee Goddard
I subscribe to all the lists you posted this three times to: that means I got your message 12 times. Please will you NOT CROSS POST! Sheesh. At 13:39 23/02/01 +0200, Kaspars Vilkens wrote: Thanks guys for help...! I just installed Perl, but not in the way manual describes. I just unarchived

perl -w and variables referenced only once

2001-02-23 Thread Bennett Haselton
These scripts (separated by "**") all run for me with no errors if I run them with perl -w: ** my $x; ** my $x; $x = 2; ** my $x; $x = 2; ++$x; ** I got no errors running these with "perl -w" using either ActivePerl build 623 of perl 5.6.0, or perl

Re: Net::FTP in the freestanding executable

2001-02-23 Thread Sisyphus
- Original Message - From: Greg Wardawy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 24, 2001 6:57 AM Subject: Net::FTP in the freestanding executable Hello all, Net::FTP works fine with my script but nothing is transferred if I use a freestanding exe built using