#!/usr/bin/perl use strict; use warnings; my $line = 'sometext@@sometext'; if ($line =~ m|\@\@|) { print "success!\n"; }
I'm willing to bet that what is going on is described in Quote and Quote like Operators.
In reply to Re: regular expression with @@/
by kennethk
in thread regular expression with @@/
by jim_neophyte
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |