Help for this page

Select Code to Download


  1. or download this
    my $name = 'aramis.DAT';
    
    ...
    
        if (/$names/i){
    
  2. or download this
        if (/$names/i){
    
  3. or download this
        if (/\A\Q$name\E\z/i){
    
  4. or download this
    my $name = 'aramis.dat';
    
    ...
    
        if (lc eq $name){