- or download this
$ cat fears2.txt
0. Dying
1. Abject poverty
...
3. It runs in the family and can happen spontaneously with appreciable
+ probability. It's expensive.
$
- or download this
#!/usr/bin/perl -w
use strict;
use 5.010;
...
my $return = pop_texts( $rvars );
say "returned was \n $$return";
__END__
- or download this
package steps1;
require Exporter;
...
}
1;
- or download this
$ perl fears1.pl
returned was
...
$