Help for this page

Select Code to Download


  1. or download this
    if ($temp =~ /#/){
            $temp =~ s/#$'//;
    }
    
  2. or download this
    my $varaible = '[a-z]';
    m/\Q$variable\E/  # matches literal [a-z], not a character class.