perlsOfLondon

 

play_perl_statement

Page history last edited by dmlond 2 yrs ago

  1. Identify the Parts of the Following Perl Statements:
print;

my @favorite_things = ('Raindrops on roses', 'whiskers on kittens');

my $sample = &getSample($file) if ($file);

while ($test > 10) { print "$test\n"; }

print $test while ($test > 10);

Comments (0)

You don't have permission to comment on this page.