Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    $_="1 2 blue 4 yellow orange 6 7 yello purple ellow";
    ...
    foreach my $one (@matches) {
         print "[$one]\n";
    }
    
  2. or download this
    $ perl tester
    [yellow]
    [yello]
    [ellow]