Help for this page

Select Code to Download


  1. or download this
    my ($new_string, $longest_string) = '';
    
  2. or download this
    #!usr/bin/env perl
    
    ...
    my $target = "$full_path.extra";
    
    $target =~ s/$full_path//;
    
  3. or download this
    We created /tmp/pmtest_hmfIn/{a} as a file.
    Unescaped left brace in regex is passed through in regex; marked by <-
    +- HERE in m//tmp/pmtest_hmfIn/{ <-- HERE a}/ at mytest.pl line 23.