Help for this page

Select Code to Download


  1. or download this
    if ($macs[1] =~ /(\S{17})\|(\S{17})/) {
        my ($mac1, $mac2) = ($1, $2);
    ...
        do_something_with($mac1, $mac2);
        ...
        }