Changeset 203
- Timestamp:
- 03/07/07 10:39:51 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/jpuchalski-active_content/lib/HoneyClient/Agent/Driver/ActiveContent/Flash.pm
r199 r203 127 127 128 128 foreach (@urls) { 129 130 # Augment this to do the following:131 # 1) Splice split up strings back together132 # 2) Do simple variable substitutions133 134 #my @tokens = split(/\+/);135 #my $url = join('', @tokens);136 129 print "$_\n"; 137 130 }
