Help for this page

Select Code to Download


  1. or download this
    my $text = "this text";
    $text =~ /this/that;
    print $text;
    
  2. or download this
    my $text = "this text";
    print $text =~ /this/that/;