meanroc has asked for the wisdom of the Perl Monks concerning the following question:
Hello guys, I am new on perl..I coded:
if ($resul =~ /xss/) { print "\a site vulneravel!!!\n\n"; } else { print "\a site nao vulneravel!!!\n\n"; }
And run right... But I want to transform this on a variable.. How can I do this??TKS
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Dounds with "if" statement
by hdb (Monsignor) on Jan 23, 2014 at 21:26 UTC | |
|
Re: Dounds with "if" statement
by McA (Priest) on Jan 23, 2014 at 21:36 UTC | |
|
Re: Dounds with "if" statement
by Kenosis (Priest) on Jan 23, 2014 at 21:55 UTC | |
|
Re: Dounds with "if" statement
by kcott (Archbishop) on Jan 24, 2014 at 11:42 UTC |