- or download this
my $ref = Object->new();
$ref = "$ref"; # overwrite $ref: destroy object
- or download this
my $ref = Object->new();
my $refstring = "$ref"; # keep object in $ref
- or download this
#!/usr/bin/perl -w
use strict;
...
}
return;
}
- or download this
--
Joost downtime n. The period during which a system
is error-free and immune from user input.