Help for this page

Select Code to Download


  1. or download this
    @patterns = qw(cat dog);
    $code = 'if (/';
    ...
    }';
    eval $code;
    die "Error: $@" if ($@);
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    {
            print "Found a DOG and a CAT!\n\n";
    }