Help for this page

Select Code to Download


  1. or download this
    once (/foo/)
    {
      print "I've seen foo\n";
    }
    
  2. or download this
    once (my $i;/foo/;$i++ < 42)
    {
      print "I've seen foo $i times\n";
    }