Help for this page
Select Code to Download
Select
or
download this
@a = ('hello(\w+)', ...);
Select
or
download this
$a = "Hello(world)"; $b = shift(@a); ... { print "Matched!\n"; }
Select
or
download this
@a = ('hello\((\w+)\)', ...);