
toolic
User
Nov 10, 2009, 8:36 AM
Post #2 of 2
(286 views)
|
|
Re: [hujirong] $cmd =~ /.+\"(.+)\"/;
[In reply to]
|
Can't Post
|
|
It looks at the contents of the $cmd variable, captures whatever is inside the double quotes and stores the value into the $1 special variable. The following should print ACPT:
|