Help for this page

Select Code to Download


  1. or download this
    if ($vacation_str =~ m!$HOME/$library::common{username}/!i) { ...
    
  2. or download this
    use strict;
    use warnings;
    ...
            print "not match\n";
        }
    }
    
  3. or download this
    cat: cannot open $HOME/$common{username}/filename
    match
    ...
    not match
    This is some other string
    not match
    
  4. or download this
    cat: cannot open $HOME/$common{username}/filename
    not match
    ...
    match
    This is some other string
    not match