Help for this page

Select Code to Download


  1. or download this
    $VAR1 = \[
                {
    ...
                ${$VAR1}->[0],
                ${$VAR1}->[0],
                ${$VAR1}->[0],
    
  2. or download this
    foreach my $line ( split( /\n/, $c ) ) {
        if ( $line =~ m/someregex/ ) {
    ...
        push @{ $lag_detail{"ports"} }, \%port_detail;
    }
    }