- or download this
c:\@Work\Perl\monks>perl -wMstrict -le
"sub Sa {
...
Sa();
}
"
- or download this
c:\@Work\Perl\monks>perl -wMstrict -le
"sub Sb {
...
my $arrayref = Sb();
}
"
- or download this
c:\@Work\Perl\monks>perl -wMstrict -le
"sub Sc {
...
@save_references = ();
sleep 8;
"