- or download this
$youngMan = YoungMan->new( -from => "Nantucket" );
- or download this
if ($you{understand}) {
@things = qw(such as they are);
...
else {
@things = qw(such as they are);
}
- or download this
use strict;
...
elsif (not $you{understand}) {
@things = @things;
}
- or download this
@things = @things if $you{understand};
@things = @things if not $you{understand};
- or download this
@things = ($you{understand}) ? @things : @things;
- or download this
@things = @things;
- or download this
@things;
- or download this
- or download this
$ perl -e ''