Help for this page

Select Code to Download


  1. or download this
    $_ =~ /(\d*).*SWITCH\sFastEthernet(\d)/;     # just an example on how 
    +to extract some data
    my $id = $1;                                 # get the iD
    my $switchNr = $2;                           # get the number of the s
    +witch
    
  2. or download this
    $CUST_NAME{$id} .= "\nSWITCH Fa$switchNr ..."; # append the output, al
    +ready formatted