
GuerillaSquad
Novice
Aug 31, 2009, 11:16 AM
Post #1 of 3
(6644 views)
|
Help with REG EXP Perl Code basic question
|
Can't Post
|
|
I have a piece of PERL code. I know what the code does but I cannot figure out in any documentation the usage. I will put the short code line here and then ask my question... s#<(/?)H1>#<$1H2>#g; Q. What does the /? do? I know the () are tagging so I can call $1 later, and I can figure out the /? is saying anything before "H1", but how is it saying that? Thanks, Mike --------------------------- ~The path to perfection is never clear~
|