View Single Post
  #2  
Old 02-21-2007, 10:32 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
I am not a perl programmer, probably cannot give your the correct answer. You should refer to a Perl programming book.
In shell script I can use:

variable=`fgrep date $file`

to get result from the shell command, not sure about Perl though.
Reply With Quote