Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kalunina

    ($date=~/(\d\d):(\d\d):(\d\d)/) how this works

    if ($date=~/(\d\d):(\d\d):(\d\d)/){ $hh=$1; $mm=$2; $ss=$3; .... .... } how this separate date value and put to these variables?.(how they only assign the value )
  2. kalunina

    substitute in perl

    hi how can i replace a word with some other word ,in whole document

Part and Inventory Search

Back
Top