Help for this page

Select Code to Download


  1. or download this
    my $x = 'some';
    my $y = 'strings';
    my $z = 'here';
    
    $sub->($x, $y, $z);
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "S('(?xmsi) foo', 'bar', 'g');
    ...
       }
    "
    x 'bar'  y 'bar bar bar'  z 'bar'