📚 Practice Mode

Perl Programming and Regular Expressions

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

my $txt = ‘I am learning Perl’; $txt =~ /(\w+)$/; print $1;

  1. I am learning Perl
  2. I
  3. Perl
  4. l
  5. learning